commit 9ced0ecbbd82288e5680130d64d1d864a647c905 (tree)
parent 27d7ac88a3b433edb015541b61875a2588c17c26
Author: Jakub Konka <kubkon@jakubkonka.com>
Date: Wed, 18 Oct 2023 17:29:19 +0200
elf: increase resolution of Atom.input_section_index to u32
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/link/Elf/Atom.zig b/src/link/Elf/Atom.zig
@@ -14,7 +14,7 @@ size: u64 = 0,
alignment: Alignment = .@"1",
/// Index of the input section.
-input_section_index: u16 = 0,
+input_section_index: u32 = 0,
/// Index of the output section.
output_section_index: u16 = 0,