| ... | @@ -2521,7 +2521,7 @@ pub const Object = struct { | ... | @@ -2521,7 +2521,7 @@ pub const Object = struct { |
| 2521 | o.debug_compile_unit, // Scope | 2521 | o.debug_compile_unit, // Scope |
| 2522 | 0, // Line | 2522 | 0, // Line |
| 2523 | .none, // Underlying type | 2523 | .none, // Underlying type |
| 2524 | ty.abiSize(zcu) * 8, | 2524 | layout.payload_size * 8, |
| 2525 | (ty.abiAlignment(zcu).toByteUnits() orelse 0) * 8, | 2525 | (ty.abiAlignment(zcu).toByteUnits() orelse 0) * 8, |
| 2526 | try o.builder.metadataTuple(fields.items), | 2526 | try o.builder.metadataTuple(fields.items), |
| 2527 | ); | 2527 | ); |