Chromium Code Reviews| Index: src/mips/frames-mips.h |
| =================================================================== |
| --- src/mips/frames-mips.h (revision 4259) |
| +++ src/mips/frames-mips.h (working copy) |
| @@ -126,6 +126,8 @@ |
| static const int kCArgsSlotsSize = 4 * kPointerSize; |
| // JS argument slots size. |
| static const int kJSArgsSlotsSize = 0 * kPointerSize; |
| + // Assembly builtins argument slots size. |
| + static const int kBArgsSlotsSize = 0 * kPointerSize; |
| }; |