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 fe2a73d5b..fd419f508 100644 --- a/src/wasm-delegations.h +++ b/src/wasm-delegations.h @@ -69,7 +69,7 @@ DELEGATE(I31Get); DELEGATE(CallRef); DELEGATE(RefTest); DELEGATE(RefCast); -DELEGATE(BrOnCast); +DELEGATE(BrOn); DELEGATE(RttCanon); DELEGATE(RttSub); DELEGATE(StructNew); |