Skip to content

Commit 52db9e4

Browse files
committed
Fix symex thread statistics
1 parent f281f88 commit 52db9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symex/path_search.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ path_searcht::resultt path_searcht::operator()(
103103
if(number_of_steps%1000==0)
104104
{
105105
status() << "Queue " << queue.size()
106-
<< " thread " << state.get_current_thread()
106+
<< " thread " << state.get_current_thread()+1
107107
<< '/' << state.threads.size()
108108
<< " PC " << state.pc() << messaget::eom;
109109
}

0 commit comments

Comments
 (0)