| Index: src/x64/macro-assembler-x64.cc
|
| ===================================================================
|
| --- src/x64/macro-assembler-x64.cc (revision 2254)
|
| +++ src/x64/macro-assembler-x64.cc (working copy)
|
| @@ -721,7 +721,7 @@
|
| // Setup argv in callee-saved register r15. It is reused in LeaveExitFrame,
|
| // so it must be retained across the C-call.
|
| int offset = StandardFrameConstants::kCallerSPOffset - kPointerSize;
|
| - lea(r15, Operand(rbp, rdi, kTimesPointerSize, offset));
|
| + lea(r15, Operand(rbp, rdi, times_pointer_size, offset));
|
|
|
| #ifdef ENABLE_DEBUGGER_SUPPORT
|
| // Save the state of all registers to the stack from the memory
|
|
|