Skip to content

Commit eea9959

Browse files
tautschnigsmowton
andauthored
Update src/goto-symex/goto_symex_state.cpp
Co-Authored-By: smowton <[email protected]>
1 parent 67e880c commit eea9959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-symex/goto_symex_state.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ void goto_symex_statet::get_l1_name(exprt &expr) const
780780
/// This is for use from the debugger or in debug code; please don't delete it
781781
/// just because it isn't called at present.
782782
/// \param out: stream to write to
783-
void goto_symex_statet::print_backtrace(std::ostream &out)
783+
void goto_symex_statet::print_backtrace(std::ostream &out) const
784784
{
785785
out << source.pc->function << " " << source.pc->location_number << "\n";
786786

0 commit comments

Comments
 (0)