Skip to content

Commit 0e65eb8

Browse files
NathanJPhillipstautschnig
authored andcommitted
Added code documentation
1 parent aead710 commit 0e65eb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/goto-symex/symex_main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,10 @@ void goto_symext::symex_with_state(
237237

238238
~reset_namespacet()
239239
{
240+
// Get symbol table 1, the outer symbol table from the GOTO program
240241
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
241244
ns = namespacet(st);
242245
}
243246

0 commit comments

Comments
 (0)