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..eec207d882df1359261db8345874ae6ac23798dc 100644 |
| --- a/src/mips/frames-mips.h |
| +++ b/src/mips/frames-mips.h |
| @@ -163,6 +163,7 @@ class ExitFrameConstants : public AllStatic { |
| public: |
| static const int kFrameSize = 2 * kPointerSize; |
| + static const int kConstantPoolOffset = 0; |
|
Paul Lind
2014/03/12 22:07:14
We should say '// Not used.' here as the other (no
|
| static const int kCodeOffset = -2 * kPointerSize; |
| static const int kSPOffset = -1 * kPointerSize; |