aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/mips64/constants-mips64.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/mips64/constants-mips64.h')
-rw-r--r--deps/v8/src/mips64/constants-mips64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/mips64/constants-mips64.h b/deps/v8/src/mips64/constants-mips64.h
index d12148a985..cc599555b4 100644
--- a/deps/v8/src/mips64/constants-mips64.h
+++ b/deps/v8/src/mips64/constants-mips64.h
@@ -942,6 +942,7 @@ const int kCArgSlotCount = (kMipsAbi == kN64) ? 0 : 4;
// TODO(plind): find all usages and remove the needless instructions for n64.
const int kCArgsSlotsSize = kCArgSlotCount * Instruction::kInstrSize * 2;
+const int kInvalidStackOffset = -1;
const int kBranchReturnOffset = 2 * Instruction::kInstrSize;
} } // namespace v8::internal