Skip to content

Commit

Permalink
zig update: rename elf Half type
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu committed Oct 14, 2024
1 parent b8809fb commit 9906d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/Object/Elf.zig
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ pub fn finish(elf: *Elf, file: std.fs.File) !void {
var buf_writer = std.io.bufferedWriter(file.writer());
const w = buf_writer.writer();

var num_sections: std.elf.Elf64_Half = additional_sections;
var num_sections: std.elf.Half = additional_sections;
var relocations_len: std.elf.Elf64_Off = 0;
var sections_len: std.elf.Elf64_Off = 0;
{
Expand Down

0 comments on commit 9906d47

Please sign in to comment.