Index: src/mips/frames-mips.h |
diff --git a/src/mips/frames-mips.h b/src/mips/frames-mips.h |
index 8c605a39d93ad6ec430f43ffe2cfc1465073bbf1..1899843a198d22484365dc2357bde396c918d5d4 100644 |
--- a/src/mips/frames-mips.h |
+++ b/src/mips/frames-mips.h |
@@ -59,10 +59,10 @@ static const RegList kCalleeSaved = |
// Saved temporaries. |
1 << 16 | 1 << 17 | 1 << 18 | 1 << 19 | |
1 << 20 | 1 << 21 | 1 << 22 | 1 << 23 | |
- // gp, sp, fp. |
- 1 << 28 | 1 << 29 | 1 << 30; |
+ // fp. |
+ 1 << 30; |
-static const int kNumCalleeSaved = 11; |
+static const int kNumCalleeSaved = 9; |
// Number of registers for which space is reserved in safepoints. Must be a |