Skip to content

Commit

Permalink
Extension to interpreter class
Browse files Browse the repository at this point in the history
  • Loading branch information
thk123 committed Apr 24, 2018
1 parent 714ccff commit 0bd83ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/goto-programs/interpreter_class.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class interpretert:public messaget
irep_idt calling_function;
function_assignmentst return_assignments;
function_assignmentst param_assignments;
function_assignmentst exception_assignments;
};

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

0 comments on commit 0bd83ab

Please sign in to comment.