Skip to content
Snippets Groups Projects
Commit 9062dea6 authored by jm15g21's avatar jm15g21
Browse files

Update OperationLoop.java

parent 1bcba990
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ public class OperationLoop implements ILoopOperation, IOperation {
LoopManager loopManager = (LoopManager) master.getManager(LoopManager.class);
//Add this loop to the loop manager's stack
loopManager.addLoopToStack(instruction);
//Enter a local scope
master.getScopeManager().enterLocalScope();
}
/***
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment