| ... | @@ -2508,7 +2508,7 @@ pub const Object = struct { | ... | @@ -2508,7 +2508,7 @@ pub const Object = struct { |
| 2508 | o.debug_compile_unit, // Scope | 2508 | o.debug_compile_unit, // Scope |
| 2509 | 0, // Line | 2509 | 0, // Line |
| 2510 | .none, // Underlying type | 2510 | .none, // Underlying type |
| 2511 | ty.abiSize(zcu) * 8, | 2511 | layout.payload_size * 8, |
| 2512 | (ty.abiAlignment(zcu).toByteUnits() orelse 0) * 8, | 2512 | (ty.abiAlignment(zcu).toByteUnits() orelse 0) * 8, |
| 2513 | try o.builder.metadataTuple(fields.items), | 2513 | try o.builder.metadataTuple(fields.items), |
| 2514 | ); | 2514 | ); |