Index: src/x64/macro-assembler-x64.cc |
=================================================================== |
--- src/x64/macro-assembler-x64.cc (revision 2135) |
+++ src/x64/macro-assembler-x64.cc (working copy) |
@@ -287,7 +287,7 @@ |
ASSERT(type == StackFrame::EXIT || type == StackFrame::EXIT_DEBUG); |
// Setup the frame structure on the stack. |
- ASSERT(ExitFrameConstants::kPPDisplacement == +2 * kPointerSize); |
+ ASSERT(ExitFrameConstants::kCallerSPDisplacement == +2 * kPointerSize); |
ASSERT(ExitFrameConstants::kCallerPCOffset == +1 * kPointerSize); |
ASSERT(ExitFrameConstants::kCallerFPOffset == 0 * kPointerSize); |
push(rbp); |