mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 04:24:33 +01:00
parent
496313a1bd
commit
580b6d1fad
1 changed files with 1 additions and 1 deletions
|
|
@ -2521,7 +2521,7 @@ pub const Object = struct {
|
|||
o.debug_compile_unit, // Scope
|
||||
0, // Line
|
||||
.none, // Underlying type
|
||||
ty.abiSize(zcu) * 8,
|
||||
layout.payload_size * 8,
|
||||
(ty.abiAlignment(zcu).toByteUnits() orelse 0) * 8,
|
||||
try o.builder.metadataTuple(fields.items),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue