summaryrefslogtreecommitdiff
path: root/src/literal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/literal.h')
-rw-r--r--src/literal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/literal.h b/src/literal.h
index 1b3949d21..981f5b6d4 100644
--- a/src/literal.h
+++ b/src/literal.h
@@ -579,6 +579,7 @@ template<> struct less<wasm::Literal> {
case wasm::Type::funcref:
case wasm::Type::externref:
case wasm::Type::exnref:
+ case wasm::Type::anyref:
case wasm::Type::none:
case wasm::Type::unreachable:
return false;