mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
macho: fix 32bit build
This commit is contained in:
parent
b1f874c78a
commit
bd6d951f63
@ -353,7 +353,7 @@ fn parallelHash(
|
||||
gpa: Allocator,
|
||||
pool: *ThreadPool,
|
||||
file: fs.File,
|
||||
file_size: u64,
|
||||
file_size: u32,
|
||||
) !void {
|
||||
var wg: WaitGroup = .{};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user