summaryrefslogtreecommitdiffstats
path: root/js/src/jit/wasm32/Architecture-wasm32.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit/wasm32/Architecture-wasm32.h')
-rw-r--r--js/src/jit/wasm32/Architecture-wasm32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/jit/wasm32/Architecture-wasm32.h b/js/src/jit/wasm32/Architecture-wasm32.h
index d7726eaa5f..2419591664 100644
--- a/js/src/jit/wasm32/Architecture-wasm32.h
+++ b/js/src/jit/wasm32/Architecture-wasm32.h
@@ -161,7 +161,7 @@ struct FloatRegister {
inline bool hasUnaliasedDouble() { MOZ_CRASH(); }
inline bool hasMultiAlias() { MOZ_CRASH(); }
-static const uint32_t ShadowStackSpace = 0;
+static constexpr uint32_t ShadowStackSpace = 0;
static const uint32_t JumpImmediateRange = INT32_MAX;
#ifdef JS_NUNBOX32