diff options
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r-- | src/wasm/wasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index c6779a328..c121ba89a 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -805,7 +805,7 @@ void RefNull::finalize(Type type_) { type = type_; } void RefNull::finalize() {} -void RefIs::finalize() { +void RefIsNull::finalize() { if (value->type == Type::unreachable) { type = Type::unreachable; } else { |