Skip to content

Commit b1348d0

Browse files
Matthias Güdemanntautschnig
Matthias Güdemann
authored andcommitted
update interpreter
1 parent 1cdbff4 commit b1348d0

File tree

5 files changed

+1647
-164
lines changed

5 files changed

+1647
-164
lines changed

src/goto-instrument/goto_instrument_parse_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ int goto_instrument_parse_optionst::doit()
539539
if(cmdline.isset("interpreter"))
540540
{
541541
status() << "Starting interpreter" << eom;
542-
interpreter(symbol_table, goto_functions);
542+
interpreter(symbol_table, goto_functions, get_message_handler());
543543
return 0;
544544
}
545545

0 commit comments

Comments
 (0)