summaryrefslogtreecommitdiffstats
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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/jit/x64/Lowering-x64.cpp b/js/src/jit/x64/Lowering-x64.cpp
index 9f9b1713c2..85673e6422 100644
--- a/js/src/jit/x64/Lowering-x64.cpp
+++ b/js/src/jit/x64/Lowering-x64.cpp
@@ -322,6 +322,7 @@ void LIRGenerator::visitWasmStore(MWasmStore* ins) {
case Scalar::BigInt64:
case Scalar::BigUint64:
case Scalar::Uint8Clamped:
+ case Scalar::Float16:
case Scalar::MaxTypedArrayViewType:
MOZ_CRASH("unexpected array type");
}