diff options
Diffstat (limited to 'src/wasm-delegations.h')
-rw-r--r-- | src/wasm-delegations.h | 2 |
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); |