Index: src/stub-cache-ia32.cc |
=================================================================== |
--- src/stub-cache-ia32.cc (revision 353) |
+++ src/stub-cache-ia32.cc (working copy) |
@@ -476,7 +476,7 @@ |
__ CallRuntime(Runtime::kLazyCompile, 1); |
__ pop(edi); |
- __ ExitInternalFrame(); |
+ __ LeaveInternalFrame(); |
// Do a tail-call of the compiled function. |
__ lea(ecx, FieldOperand(eax, Code::kHeaderSize)); |
@@ -687,7 +687,7 @@ |
__ mov(edx, Operand(ebp, (argc + 2) * kPointerSize)); // receiver |
// Exit frame. |
- __ ExitInternalFrame(); |
+ __ LeaveInternalFrame(); |
// Check that the function really is a function. |
__ test(edi, Immediate(kSmiTagMask)); |