Simplified, extended jit implementation
This commit is contained in:
@@ -55,7 +55,7 @@ public class DebugStackStateTest extends TestCase {
|
||||
LPrototype p = LoadState.undump(state, is, script);
|
||||
|
||||
// create closure and execute
|
||||
final LClosure c = new LClosure( state, p );
|
||||
final LClosure c = p.newClosure( state._G );
|
||||
|
||||
// suspend the vm right away
|
||||
state.suspend();
|
||||
|
||||
Reference in New Issue
Block a user