Skip to content

Commit 3eb4962

Browse files
committed
Add mode to STL's __CPROVER_initialize
The missing mode caused problems when trying to display all GOTO functions.
1 parent caf6efa commit 3eb4962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/statement-list/statement_list_entry_point.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ static void generate_statement_list_init_function(symbol_tablet &symbol_table)
8282
{
8383
symbolt init;
8484
init.name = INITIALIZE_FUNCTION;
85+
init.mode = ID_statement_list;
8586
init.type = code_typet({}, empty_typet{});
8687

8788
code_blockt dest;

0 commit comments

Comments
 (0)