Index: src/mips/frames-mips.h |
diff --git a/src/mips/frames-mips.h b/src/mips/frames-mips.h |
index 798ef23b2ed023dbe10913b8f4a36f81aa524d1f..467eec5dbf05bd94d3046a0157689d701c57b12c 100644 |
--- a/src/mips/frames-mips.h |
+++ b/src/mips/frames-mips.h |
@@ -194,6 +194,9 @@ class StandardFrameConstants : public AllStatic { |
static const int kRArgsSlotsSize = 4 * kPointerSize; |
static const int kRegularArgsSlotsSize = kRArgsSlotsSize; |
+ // C/C++ argument slots size. |
+ static const int kCArgSlotCount = 4; |
+ static const int kCArgsSlotsSize = kCArgSlotCount * kPointerSize; |
// JS argument slots size. |
static const int kJSArgsSlotsSize = 0 * kPointerSize; |
// Assembly builtins argument slots size. |