diff --git a/src/interpreter.c b/src/interpreter.c index 17c4169..025ac81 100644 --- a/src/interpreter.c +++ b/src/interpreter.c @@ -705,7 +705,7 @@ GroundValue interpretGroundProgram(GroundProgram* in, GroundScope* inScope) { return gv; } if (ci != currentInstruction) { - i = currentInstruction; + i = ci; } currentInstruction++; }