Skip to content

Commit 0bd83ab

Browse files
author
thk123
committed
Extension to interpreter class
1 parent 714ccff commit 0bd83ab

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)