Skip to content

Commit ae63cba

Browse files
committed
Add mode to get_fresh_local_typed_symexpr
1 parent 19a6911 commit ae63cba

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
@@ -532,6 +532,7 @@ symbol_exprt recursive_initializationt::get_fresh_local_typed_symexpr(
532532
initialization_config.mode,
533533
goto_model.symbol_table);
534534
fresh_symbol.is_lvalue = true;
535+
fresh_symbol.mode = initialization_config.mode;
535536
return fresh_symbol.symbol_expr();
536537
}
537538

0 commit comments

Comments
 (0)