summaryrefslogtreecommitdiffstats
path: root/js/src/jit/x86/Lowering-x86.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit/x86/Lowering-x86.cpp')
-rw-r--r--js/src/jit/x86/Lowering-x86.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/jit/x86/Lowering-x86.cpp b/js/src/jit/x86/Lowering-x86.cpp
index e958e998c2..703ede44f5 100644
--- a/js/src/jit/x86/Lowering-x86.cpp
+++ b/js/src/jit/x86/Lowering-x86.cpp
@@ -475,6 +475,7 @@ void LIRGenerator::visitWasmStore(MWasmStore* ins) {
case Scalar::Uint8Clamped:
case Scalar::BigInt64:
case Scalar::BigUint64:
+ case Scalar::Float16:
case Scalar::MaxTypedArrayViewType:
MOZ_CRASH("unexpected array type");
}