Chromium Code Reviews| Index: src/ia32/builtins-ia32.cc |
| =================================================================== |
| --- src/ia32/builtins-ia32.cc (revision 2767) |
| +++ src/ia32/builtins-ia32.cc (working copy) |
| @@ -669,7 +669,7 @@ |
| __ mov(ebp, Operand(esp)); |
| // Store the arguments adaptor context sentinel. |
| - __ push(Immediate(ArgumentsAdaptorFrame::SENTINEL)); |
| + __ push(Immediate(Smi::FromInt(StackFrame::ARGUMENTS_ADAPTOR))); |
| // Push the function on the stack. |
| __ push(edi); |