| Index: src/ia32/frames-ia32.h
|
| diff --git a/src/ia32/frames-ia32.h b/src/ia32/frames-ia32.h
|
| index 8606125101856fcfd4624bad6c5464442025fce9..e0f3e32f7cd244ff19f43ee1f3f2692704465cbf 100644
|
| --- a/src/ia32/frames-ia32.h
|
| +++ b/src/ia32/frames-ia32.h
|
| @@ -73,6 +73,8 @@ class EntryFrameConstants : public AllStatic {
|
|
|
| class ExitFrameConstants : public AllStatic {
|
| public:
|
| + static const int kFrameSize = 2 * kPointerSize;
|
| +
|
| static const int kCodeOffset = -2 * kPointerSize;
|
| static const int kSPOffset = -1 * kPointerSize;
|
|
|
|
|