diff options
Diffstat (limited to 'cpp/023jump')
-rw-r--r-- | cpp/023jump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/023jump b/cpp/023jump index 3ed0901c..2835e040 100644 --- a/cpp/023jump +++ b/cpp/023jump @@ -8,7 +8,7 @@ Recipe_number["jump"] = JUMP; case JUMP: { trace("run") << "ingredient 0 is " << instructions[pc].ingredients[0].value; pc += instructions[pc].ingredients[0].value; - trace("run") << "pc now " << pc; + trace("run") << "jumping to instruction " << pc+1; break; } |