diff options
Diffstat (limited to 'src/wasm-delegations-fields.h')
-rw-r--r-- | src/wasm-delegations-fields.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-delegations-fields.h b/src/wasm-delegations-fields.h index 9677aa4de..63ff235d7 100644 --- a/src/wasm-delegations-fields.h +++ b/src/wasm-delegations-fields.h @@ -532,7 +532,7 @@ switch (DELEGATE_ID) { } case Expression::Id::RethrowId: { DELEGATE_START(Rethrow); - DELEGATE_FIELD_INT(Rethrow, depth); + DELEGATE_FIELD_SCOPE_NAME_USE(Rethrow, target); DELEGATE_END(Rethrow); break; } |