aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'executor/executor.cc')
-rw-r--r--executor/executor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/executor.cc b/executor/executor.cc
index 4c24520e7..c5bd43f7b 100644
--- a/executor/executor.cc
+++ b/executor/executor.cc
@@ -759,6 +759,7 @@ void execute_one()
call_props_t call_props;
memset(&call_props, 0, sizeof(call_props));
+ read_input(&input_pos); // total number of calls
for (;;) {
uint64 call_num = read_input(&input_pos);
if (call_num == instr_eof)