mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
sparc64 has a 8Kb page size
This commit is contained in:
parent
ede41759be
commit
342ba960f7
@ -20,6 +20,7 @@ pub const page_size = switch (builtin.arch) {
|
||||
.macos, .ios, .watchos, .tvos => 16 * 1024,
|
||||
else => 4 * 1024,
|
||||
},
|
||||
.sparcv9 => 8 * 1024,
|
||||
else => 4 * 1024,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user