Skip to content

Commit 7300d07

Browse files
committed
String abstraction requires remove_returns
1 parent 753e718 commit 7300d07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/goto-instrument/goto_instrument_parse_options.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,9 @@ void goto_instrument_parse_optionst::instrument_goto_program()
11901190

11911191
if(cmdline.isset("string-abstraction"))
11921192
{
1193+
do_indirect_call_and_rtti_removal();
1194+
do_remove_returns();
1195+
11931196
status() << "String Abstraction" << eom;
11941197
string_abstraction(
11951198
symbol_table,

0 commit comments

Comments
 (0)