summaryrefslogtreecommitdiff
path: root/src/wasm2js.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm2js.h')
-rw-r--r--src/wasm2js.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm2js.h b/src/wasm2js.h
index e12749836..2fbde5b65 100644
--- a/src/wasm2js.h
+++ b/src/wasm2js.h
@@ -2275,7 +2275,7 @@ Ref Wasm2JSBuilder::processFunctionBody(Module* m,
unimplemented(curr);
WASM_UNREACHABLE("unimp");
}
- Ref visitI31New(I31New* curr) {
+ Ref visitRefI31(RefI31* curr) {
unimplemented(curr);
WASM_UNREACHABLE("unimp");
}