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 fc412c7 commit cfa04a3Copy full SHA for cfa04a3
src/goto-programs/goto_trace.cpp
@@ -351,7 +351,7 @@ void show_state_header(
351
messaget::mstreamt &out,
352
const namespacet &ns,
353
const goto_trace_stept &state,
354
- unsigned step_nr,
+ std::size_t step_nr,
355
const trace_optionst &options)
356
{
357
out << '\n';
@@ -516,7 +516,7 @@ void show_full_goto_trace(
516
const goto_tracet &goto_trace,
517
518
519
- unsigned prev_step_nr=0;
+ std::size_t prev_step_nr = 0;
520
bool first_step=true;
521
std::size_t function_depth=0;
522
0 commit comments