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 aead710 commit 0e65eb8Copy full SHA for 0e65eb8
src/goto-symex/symex_main.cpp
@@ -237,7 +237,10 @@ void goto_symext::symex_with_state(
237
238
~reset_namespacet()
239
{
240
+ // Get symbol table 1, the outer symbol table from the GOTO program
241
const symbol_tablet &st = ns.get_symbol_table();
242
+ // Move a new namespace containing this symbol table over the top of the
243
+ // current one
244
ns = namespacet(st);
245
}
246
0 commit comments