diff options
Diffstat (limited to 'src/wasm-delegations-fields.h')
-rw-r--r-- | src/wasm-delegations-fields.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wasm-delegations-fields.h b/src/wasm-delegations-fields.h index 44ac20b89..4e23a6530 100644 --- a/src/wasm-delegations-fields.h +++ b/src/wasm-delegations-fields.h @@ -577,13 +577,12 @@ switch (DELEGATE_ID) { } case Expression::Id::RttCanonId: { DELEGATE_START(RttCanon); - WASM_UNREACHABLE("TODO (gc): rtt.canon"); DELEGATE_END(RttCanon); break; } case Expression::Id::RttSubId: { DELEGATE_START(RttSub); - WASM_UNREACHABLE("TODO (gc): rtt.sub"); + DELEGATE_FIELD_CHILD(RttSub, parent); DELEGATE_END(RttSub); break; } |