| author | |
| committer | |
| log | 87ca304a02807c6534ea6a9ba968c539d51718a9 |
| tree | 173bfe3744f4de68ba37d36ccd52fcbc91dcb304 |
| parent | 83a3365bfd9dc17067de26b3cb4c9af55a34644e |
| signature |
Resolves: #244151 files changed, 1 insertions(+), 1 deletions(-)
src/codegen/llvm.zig+1-1| ... | ... | @@ -2508,7 +2508,7 @@ pub const Object = struct { |
| 2508 | 2508 | o.debug_compile_unit, // Scope |
| 2509 | 2509 | 0, // Line |
| 2510 | 2510 | .none, // Underlying type |
| 2511 | ty.abiSize(zcu) * 8, | |
| 2511 | layout.payload_size * 8, | |
| 2512 | 2512 | (ty.abiAlignment(zcu).toByteUnits() orelse 0) * 8, |
| 2513 | 2513 | try o.builder.metadataTuple(fields.items), |
| 2514 | 2514 | ); |