Index: src/mips/frames-mips.h |
=================================================================== |
--- src/mips/frames-mips.h (revision 4138) |
+++ src/mips/frames-mips.h (working copy) |
@@ -104,7 +104,7 @@ |
static const int kCallerPCOffset = +1 * kPointerSize; |
// FP-relative displacement of the caller's SP. |
- static const int kCallerSPDisplacement = +4 * kPointerSize; |
+ static const int kCallerSPDisplacement = +3 * kPointerSize; |
}; |