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