summaryrefslogtreecommitdiff
path: root/src/wasm-delegations-fields.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-delegations-fields.def')
-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 6bbb7abaa..459f80afb 100644
--- a/src/wasm-delegations-fields.def
+++ b/src/wasm-delegations-fields.def
@@ -304,7 +304,7 @@ switch (DELEGATE_ID) {
DELEGATE_FIELD_CHILD(AtomicCmpxchg, ptr);
DELEGATE_FIELD_INT(AtomicCmpxchg, bytes);
DELEGATE_FIELD_ADDRESS(AtomicCmpxchg, offset);
- DELEGATE_END(AtomicCmpxchgId);
+ DELEGATE_END(AtomicCmpxchg);
break;
}
case Expression::Id::AtomicWaitId: {