Skip to content

Commit fb3025d

Browse files
author
Thomas Kiley
authored
Merge pull request diffblue#2107 from thk123/feature/TG-3271/interpreter-tracking-mock-exceptions
Extension to interpreter class [TG-3271]
2 parents 32bf48e + 0bd83ab commit fb3025d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-programs/interpreter_class.h

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class interpretert:public messaget
8585
irep_idt calling_function;
8686
function_assignmentst return_assignments;
8787
function_assignmentst param_assignments;
88+
function_assignmentst exception_assignments;
8889
};
8990

9091
// list_input_varst maps function identifiers onto a vector of [name = value]

0 commit comments

Comments
 (0)