authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2023-10-18 17:29:19+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2023-10-18 17:29:19+02:00
log9ced0ecbbd82288e5680130d64d1d864a647c905
treec0e00ec446c1d1982158d2a91257b7add8982da9
parent27d7ac88a3b433edb015541b61875a2588c17c26

elf: increase resolution of Atom.input_section_index to u32


1 files changed, 1 insertions(+), 1 deletions(-)

src/link/Elf/Atom.zig+1-1
...@@ -14,7 +14,7 @@ size: u64 = 0,...@@ -14,7 +14,7 @@ size: u64 = 0,
14alignment: Alignment = .@"1",14alignment: Alignment = .@"1",
1515
16/// Index of the input section.16/// Index of the input section.
17input_section_index: u16 = 0,17input_section_index: u32 = 0,
1818
19/// Index of the output section.19/// Index of the output section.
20output_section_index: u16 = 0,20output_section_index: u16 = 0,