summaryrefslogtreecommitdiff
path: root/deps/v8/src/ia32/constants-ia32.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/ia32/constants-ia32.h')
-rw-r--r--deps/v8/src/ia32/constants-ia32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/src/ia32/constants-ia32.h b/deps/v8/src/ia32/constants-ia32.h
index 38ad1280f1..ed1104eef9 100644
--- a/deps/v8/src/ia32/constants-ia32.h
+++ b/deps/v8/src/ia32/constants-ia32.h
@@ -15,6 +15,10 @@ namespace internal {
// currently no root register is present.
constexpr int kRootRegisterBias = 0;
+// Used temporarily to track clobbering of the root register.
+// TODO(v8:6666): Remove this once use the root register.
+constexpr size_t kRootRegisterSentinel = 0xcafeca11;
+
// TODO(sigurds): Change this value once we use relative jumps.
constexpr size_t kMaxPCRelativeCodeRangeInMB = 0;
} // namespace internal