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 e4b6c92e3..70676e716 100644 --- a/src/wasm-delegations-fields.h +++ b/src/wasm-delegations-fields.h @@ -599,6 +599,7 @@ switch (DELEGATE_ID) { case Expression::Id::RttSubId: { DELEGATE_START(RttSub); DELEGATE_FIELD_CHILD(RttSub, parent); + DELEGATE_FIELD_INT(RttSub, fresh); DELEGATE_END(RttSub); break; } |