summaryrefslogtreecommitdiff
path: root/src/parsing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsing.h')
-rw-r--r--src/parsing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parsing.h b/src/parsing.h
index 9b2cb490b..22eb663a1 100644
--- a/src/parsing.h
+++ b/src/parsing.h
@@ -263,6 +263,7 @@ parseConst(cashew::IString s, Type type, MixedArena& allocator) {
break;
}
case v128:
+ case except_ref: // there's no except_ref.const
WASM_UNREACHABLE();
case none:
case unreachable: {