Skip to content

Commit be9f0b4

Browse files
committed
Add mode to get_fresh_local_typed_symexpr
1 parent 25f0ef6 commit be9f0b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-harness/recursive_initialization.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ symbol_exprt recursive_initializationt::get_fresh_local_typed_symexpr(
530530
initialization_config.mode,
531531
goto_model.symbol_table);
532532
fresh_symbol.is_lvalue = true;
533+
fresh_symbol.mode = initialization_config.mode;
533534
return fresh_symbol.symbol_expr();
534535
}
535536

0 commit comments

Comments
 (0)