|
@@ -32,6 +32,7 @@ public abstract class AbstractForLoop<T> extends CodeLine {
|
|
actions.push( (Memory mem) -> {
|
|
actions.push( (Memory mem) -> {
|
|
mem.removeFrame();
|
|
mem.removeFrame();
|
|
} );
|
|
} );
|
|
|
|
+ return new ControlFlow( ControlFlow.STEP_INTO );
|
|
}
|
|
}
|
|
T next = step( m.createReadOnlyMemory() );
|
|
T next = step( m.createReadOnlyMemory() );
|
|
T old = m.read( loopVar, MemoryType.LOCAL );
|
|
T old = m.read( loopVar, MemoryType.LOCAL );
|