| Index: runtime/vm/stub_code_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_ia32.cc (revision 13130)
|
| +++ runtime/vm/stub_code_ia32.cc (working copy)
|
| @@ -563,7 +563,7 @@
|
| // Frame is fully rewritten at this point and it is safe to perform a GC.
|
| // Materialize any objects that were deferred by FillFrame because they
|
| // require allocation.
|
| - __ EnterFrame(0);
|
| + AssemblerMacros::EnterStubFrame(assembler);
|
| if (preserve_eax) {
|
| __ pushl(EBX); // Preserve result, it will be GC-d here.
|
| }
|
| @@ -575,6 +575,7 @@
|
| __ ret();
|
| }
|
|
|
| +
|
| // TOS: return address + call-instruction-size (5 bytes).
|
| // EAX: result, must be preserved
|
| void StubCode::GenerateDeoptimizeLazyStub(Assembler* assembler) {
|
|
|