Skip to content

Commit db8d1f7

Browse files
Added code documentation
1 parent 365c33e commit db8d1f7

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
@@ -271,7 +271,10 @@ void goto_symext::symex_with_state(
271271

272272
~reset_namespacet()
273273
{
274+
// Get symbol table 1, the outer symbol table from the GOTO program
274275
const symbol_tablet &st = ns.get_symbol_table();
276+
// Move a new namespace containing this symbol table over the top of the
277+
// current one
275278
ns = namespacet(st);
276279
}
277280

0 commit comments

Comments
 (0)