sparc64 has a 8Kb page size

master
Frank Denis 2020-11-03 11:10:25 +01:00 committed by Andrew Kelley
parent ede41759be
commit 342ba960f7
1 changed files with 1 additions and 0 deletions

View File

@ -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,
};