forked from ground/ground
Fix code skipping when using use
This commit is contained in:
@@ -1921,8 +1921,12 @@ GroundValue interpretGroundInstruction(GroundInstruction inst, GroundScope* scop
|
|||||||
|
|
||||||
*newScope.labels = NULL;
|
*newScope.labels = NULL;
|
||||||
|
|
||||||
|
int ci = currentInstruction;
|
||||||
|
|
||||||
interpretGroundProgram(&program, &newScope);
|
interpretGroundProgram(&program, &newScope);
|
||||||
|
|
||||||
|
currentInstruction = ci;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user