Chromium Code Reviews| Index: src/mips/frames-mips.h |
| diff --git a/src/mips/frames-mips.h b/src/mips/frames-mips.h |
| index d9c0c798a34d2ab0491679be9c597398d302bd8e..0ec2cbb86443c4b27968a88c2e6021e05ba03160 100644 |
| --- a/src/mips/frames-mips.h |
| +++ b/src/mips/frames-mips.h |
| @@ -176,6 +176,8 @@ class ExitFrameConstants : public AllStatic { |
| // FP-relative displacement of the caller's SP. |
| static const int kCallerSPDisplacement = +2 * kPointerSize; |
| + |
| + static const int kConstantPoolOffset = 0; // Not used. |
| }; |