| author | |
| committer | |
| log | 5974a887949c46df4bcb025da9369a31447c2f29 |
| tree | b1bd4bf5f37da07051969fe525aa1c957bf01937 |
| parent | fc48c232e515489970f8c505d22174a96b605ab6 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/build/emit_raw.zig+1-1| ... | ... | @@ -95,7 +95,7 @@ const BinaryElfOutput = struct { |
| 95 | 95 | sort.sort(*BinaryElfSegment, self.segments.span(), segmentSortCompare); |
| 96 | 96 | |
| 97 | 97 | if (self.segments.items.len > 0) { |
| 98 | const firstSegment = self.segments.at(0); | |
| 98 | const firstSegment = self.segments.items[0]; | |
| 99 | 99 | if (firstSegment.firstSection) |firstSection| { |
| 100 | 100 | const diff = firstSection.elfOffset - firstSegment.elfOffset; |
| 101 | 101 |