We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e823538 commit 2a86fb4Copy full SHA for 2a86fb4
src/goto-symex/symex_goto.cpp
@@ -169,7 +169,8 @@ void goto_symext::symex_goto(statet &state)
169
goto_programt::const_targett tmp = new_state_pc;
170
new_state_pc = state_pc;
171
state_pc = tmp;
172
- log.debug() << "Resuming from '" << state_pc->code.source_location() << "'"
+
173
+ log.debug() << "Resuming from '" << state_pc->source_location << "'"
174
<< log.eom;
175
}
176
else if(options.get_bool_option("paths"))
0 commit comments