Skip to content

Commit 4af7cc2

Browse files
author
martin
committed
Add memory mapped IO support to goto-analyzer
This does add functionality but it is of the "used to be silently ignored but now sort of works or maybe breaks" kind.
1 parent 91bd6f1 commit 4af7cc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/goto-analyzer/goto_analyzer_parse_options.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Author: Daniel Kroening, [email protected]
3333
#include <goto-programs/initialize_goto_model.h>
3434
#include <goto-programs/instrument_preconditions.h>
3535
#include <goto-programs/link_to_library.h>
36+
#include <goto-programs/mm_io.h>
3637
#include <goto-programs/process_goto_program.h>
3738
#include <goto-programs/read_goto_binary.h>
3839
#include <goto-programs/remove_complex.h>
@@ -899,6 +900,8 @@ bool goto_analyzer_parse_optionst::process_goto_program(
899900
remove_function_pointers(
900901
ui_message_handler, goto_model, options.get_bool_option("pointer-check"));
901902

903+
mm_io(goto_model);
904+
902905
// instrument library preconditions
903906
instrument_preconditions(goto_model);
904907

0 commit comments

Comments
 (0)