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 0ee4e67ac..49051800f 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 anyref: // there's no anyref.const
case exnref: // there's no exnref.const
WASM_UNREACHABLE();
case none: