| author | |
| committer | |
| log | e3592281da4626dfcc959d0102289f394b54adf5 |
| tree | 9fa8e50cfaed2d57d2d9bf1ca02ea7ef396f371f |
| parent | e349bb2b66ec25cfa57860fdf690333704eb7c96 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/Elf/LdScript.zig+1-1| ... | ... | @@ -32,7 +32,7 @@ pub fn parse(scr: *LdScript, data: []const u8, elf_file: *Elf) Error!void { |
| 32 | 32 | switch (tok.id) { |
| 33 | 33 | .invalid => { |
| 34 | 34 | try elf_file.reportParseError(scr.path, "invalid token in LD script: '{s}' ({d}:{d})", .{ |
| 35 | tok.get(data), | |
| 35 | std.fmt.fmtSliceEscapeLower(tok.get(data)), | |
| 36 | 36 | line, |
| 37 | 37 | column, |
| 38 | 38 | }); |