Skip to content

Commit 1217a95

Browse files
authored
Fix TupleMake typo in wasm-delegations-fields.def (#7609)
Fixes #7560.
1 parent e89fd0e commit 1217a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm-delegations-fields.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ DELEGATE_FIELD_CASE_START(Pop)
601601
DELEGATE_FIELD_CASE_END(Pop)
602602

603603
DELEGATE_FIELD_CASE_START(TupleMake)
604-
DELEGATE_FIELD_CHILD_VECTOR(Tuple, operands)
604+
DELEGATE_FIELD_CHILD_VECTOR(TupleMake, operands)
605605
DELEGATE_FIELD_CASE_END(TupleMake)
606606

607607
DELEGATE_FIELD_CASE_START(TupleExtract)

0 commit comments

Comments
 (0)