summaryrefslogtreecommitdiff
path: root/src/wasm-delegations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-delegations.h')
-rw-r--r--src/wasm-delegations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-delegations.h b/src/wasm-delegations.h
index f9e163286..04df283c3 100644
--- a/src/wasm-delegations.h
+++ b/src/wasm-delegations.h
@@ -56,7 +56,7 @@ DELEGATE(MemoryGrow);
DELEGATE(Unreachable);
DELEGATE(Pop);
DELEGATE(RefNull);
-DELEGATE(RefIsNull);
+DELEGATE(RefIs);
DELEGATE(RefFunc);
DELEGATE(RefEq);
DELEGATE(Try);