Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ffe3dd6

Browse files
committedJun 23, 2018
Fix type of thread_id to match goto-trace
1 parent 90c56b3 commit ffe3dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/goto-programs/interpreter_class.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class interpretert:public messaget
273273
dynamic_typest dynamic_types;
274274
int num_dynamic_objects;
275275
mp_integer stack_depth;
276-
int thread_id;
276+
unsigned thread_id;
277277

278278
bool evaluate_boolean(const exprt &expr)
279279
{

0 commit comments

Comments
 (0)
Please sign in to comment.