diff options
Diffstat (limited to 'src/wasm-delegations-fields.h')
-rw-r--r-- | src/wasm-delegations-fields.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-delegations-fields.h b/src/wasm-delegations-fields.h index b99ebef40..033da6314 100644 --- a/src/wasm-delegations-fields.h +++ b/src/wasm-delegations-fields.h @@ -225,6 +225,7 @@ switch (DELEGATE_ID) { case Expression::Id::CallIndirectId: { DELEGATE_START(CallIndirect); DELEGATE_FIELD_CHILD(CallIndirect, target); + DELEGATE_FIELD_NAME(CallIndirect, table); DELEGATE_FIELD_CHILD_VECTOR(CallIndirect, operands); DELEGATE_FIELD_SIGNATURE(CallIndirect, sig); DELEGATE_FIELD_INT(CallIndirect, isReturn); |