macho: fix 32bit build

This commit is contained in:
Jakub Konka 2022-12-16 12:49:51 +01:00
parent b1f874c78a
commit bd6d951f63

View File

@ -353,7 +353,7 @@ fn parallelHash(
gpa: Allocator,
pool: *ThreadPool,
file: fs.File,
file_size: u64,
file_size: u32,
) !void {
var wg: WaitGroup = .{};