summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wasm-delegations-fields.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-delegations-fields.def b/src/wasm-delegations-fields.def
index 90ab03f49..dfb8aab4b 100644
--- a/src/wasm-delegations-fields.def
+++ b/src/wasm-delegations-fields.def
@@ -518,7 +518,7 @@ switch (DELEGATE_ID) {
}
case Expression::Id::TableSizeId: {
DELEGATE_START(TableSize);
- DELEGATE_FIELD_NAME(TableSet, table);
+ DELEGATE_FIELD_NAME(TableSize, table);
DELEGATE_END(TableSize);
break;
}