Index: src/mips/frames-mips.h |
diff --git a/src/mips/frames-mips.h b/src/mips/frames-mips.h |
index 437bf3a9f13d10c65cfa56b4427372006bb007db..55951b58c47d9c6ba8c542e1e3e81dbe09e89e64 100644 |
--- a/src/mips/frames-mips.h |
+++ b/src/mips/frames-mips.h |
@@ -154,7 +154,8 @@ const int kSafepointRegisterStackIndexMap[kNumRegs] = { |
class EntryFrameConstants : public AllStatic { |
public: |
- static const int kCallerFPOffset = -3 * kPointerSize; |
+ static const int kCallerFPOffset = |
+ -(StandardFrameConstants::kFixedFrameSizeFromFp + kPointerSize); |
}; |