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 e9b422b90..fe2889a26 100644 --- a/src/parsing.h +++ b/src/parsing.h @@ -264,7 +264,7 @@ parseConst(cashew::IString s, Type type, MixedArena& allocator) { } case Type::v128: case Type::funcref: - case Type::anyref: + case Type::externref: case Type::nullref: case Type::exnref: WASM_UNREACHABLE("unexpected const type"); |