diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 20:37:55 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 20:39:19 -0700 |
commit | a767dbd3338af1d3cc69e3c200341fff8e08fc4b (patch) | |
tree | 24aaf801e9e94af6718fe74499b7ec0a64ba5c58 /cpp/035call | |
parent | ceefc4d45ced8b0913f35657d68667de884eddf9 (diff) | |
download | mu-a767dbd3338af1d3cc69e3c200341fff8e08fc4b.tar.gz |
1176
Diffstat (limited to 'cpp/035call')
-rw-r--r-- | cpp/035call | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/035call b/cpp/035call index 4e59430c..3db1a10a 100644 --- a/cpp/035call +++ b/cpp/035call @@ -78,7 +78,7 @@ default: { break; } Current_routine->calls.push(call(current_instruction().operation)); - continue; // not done with caller; don't increment pc + continue; // not done with caller; don't increment current_step_index() } //:: finally, we need to fix the termination conditions for the run loop |