Skip to content

Commit d5ea06f

Browse files
author
Daniel Kroening
authored
Merge pull request diffblue#2422 from tautschnig/vs-thread-id
Fix type of thread_id to match goto-trace
2 parents 609c934 + 9c72f61 commit d5ea06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/interpreter_class.h

+1-1
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)