File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ pub var next_mmap_addr_hint: ?[*]align(page_size_min) u8 = null;
42
42
///
43
43
/// On many systems, the actual page size can only be determined at runtime
44
44
/// with `pageSize`.
45
- pub const page_size_min : usize = std .options .page_size_min orelse page_size_min_default orelse
46
- @compileError (@tagName (builtin .cpu .arch ) ++ "-" ++ @tagName (builtin .os .tag ) ++ " has unknown page_size_min; populate std.options.page_size_min" );
45
+ pub const page_size_min : usize = std .options .page_size_min orelse ( page_size_min_default orelse
46
+ @compileError (@tagName (builtin .cpu .arch ) ++ "-" ++ @tagName (builtin .os .tag ) ++ " has unknown page_size_min; populate std.options.page_size_min" )) ;
47
47
48
48
/// comptime-known maximum page size of the target.
49
49
///
You can’t perform that action at this time.
0 commit comments