summaryrefslogtreecommitdiff
path: root/js/src/jit/x64/Lowering-x64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit/x64/Lowering-x64.cpp')
-rw-r--r--js/src/jit/x64/Lowering-x64.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/jit/x64/Lowering-x64.cpp b/js/src/jit/x64/Lowering-x64.cpp
index db92d8dac5..4aebe05af2 100644
--- a/js/src/jit/x64/Lowering-x64.cpp
+++ b/js/src/jit/x64/Lowering-x64.cpp
@@ -239,6 +239,8 @@ LIRGeneratorX64::visitWasmStore(MWasmStore* ins)
case Scalar::Int32x4:
valueAlloc = useRegisterAtStart(value);
break;
+ case Scalar::BigInt64:
+ case Scalar::BigUint64:
case Scalar::Uint8Clamped:
case Scalar::MaxTypedArrayViewType:
MOZ_CRASH("unexpected array type");