diff options
Diffstat (limited to 'cpp/012run')
-rw-r--r-- | cpp/012run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/012run b/cpp/012run index 70317745..1a95f408 100644 --- a/cpp/012run +++ b/cpp/012run @@ -86,6 +86,7 @@ void run(routine rr) { callee.incoming_atoms.push_back(read_memory(*p)); } rr.calls.push(callee); + continue; // not done with caller; don't increment pc }} ++pc; } |