Index: src/ic-ia32.cc |
=================================================================== |
--- src/ic-ia32.cc (revision 288) |
+++ src/ic-ia32.cc (working copy) |
@@ -518,7 +518,7 @@ |
__ mov(ebx, Operand(esp, (argc + 2) * kPointerSize)); |
// Enter an internal frame. |
- __ EnterFrame(StackFrame::INTERNAL); |
+ __ EnterInternalFrame(); |
// Push the receiver and the name of the function. |
__ push(Operand(edx)); |
@@ -532,7 +532,7 @@ |
// Move result to edi and exit the internal frame. |
__ mov(Operand(edi), eax); |
- __ ExitFrame(StackFrame::INTERNAL); |
+ __ ExitInternalFrame(); |
// Invoke the function. |
ParameterCount actual(argc); |