We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0060417 commit ac3e40cCopy full SHA for ac3e40c
src/goto-instrument/contracts/dynamic-frames/dfcc_utils.cpp
@@ -105,6 +105,7 @@ const symbolt &dfcc_utilst::create_symbol(
105
symbol.is_state_var = true;
106
symbol.is_thread_local = true;
107
symbol.is_file_local = true;
108
+ symbol.is_auxiliary = true;
109
symbol.is_parameter = is_parameter;
110
return symbol;
111
}
@@ -134,6 +135,7 @@ const symbolt &dfcc_utilst::create_static_symbol(
134
135
136
137
138
139
symbol.is_parameter = false;
140
141
0 commit comments