| author | |
| committer | |
| log | 9ced0ecbbd82288e5680130d64d1d864a647c905 |
| tree | c0e00ec446c1d1982158d2a91257b7add8982da9 |
| parent | 27d7ac88a3b433edb015541b61875a2588c17c26 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/Elf/Atom.zig+1-1| ... | ... | @@ -14,7 +14,7 @@ size: u64 = 0, |
| 14 | 14 | alignment: Alignment = .@"1", |
| 15 | 15 | |
| 16 | 16 | /// Index of the input section. |
| 17 | input_section_index: u16 = 0, | |
| 17 | input_section_index: u32 = 0, | |
| 18 | 18 | |
| 19 | 19 | /// Index of the output section. |
| 20 | 20 | output_section_index: u16 = 0, |