Chromium Code Reviews| Index: src/x64/builtins-x64.cc |
| =================================================================== |
| --- src/x64/builtins-x64.cc (revision 2767) |
| +++ src/x64/builtins-x64.cc (working copy) |
| @@ -53,7 +53,7 @@ |
| __ movq(rbp, rsp); |
| // Store the arguments adaptor context sentinel. |
| - __ push(Immediate(ArgumentsAdaptorFrame::SENTINEL)); |
| + __ push(Immediate(Smi::FromInt(StackFrame::ARGUMENTS_ADAPTOR))); |
| // Push the function on the stack. |
| __ push(rdi); |