Fix code skipping when using use

This commit is contained in:
2026-03-17 19:45:16 +11:00
parent 76f342adf8
commit 3f678e0cd7

View File

@@ -1921,8 +1921,12 @@ GroundValue interpretGroundInstruction(GroundInstruction inst, GroundScope* scop
*newScope.labels = NULL;
int ci = currentInstruction;
interpretGroundProgram(&program, &newScope);
currentInstruction = ci;
break;
}