| ... | @@ -3614,8 +3614,7 @@ pub const PROT = struct { | ... | @@ -3614,8 +3614,7 @@ pub const PROT = struct { |
| 3614 | pub const EXEC = 0x4; | 3614 | pub const EXEC = 0x4; |
| 3615 | /// page may be used for atomic ops | 3615 | /// page may be used for atomic ops |
| 3616 | pub const SEM = switch (native_arch) { | 3616 | pub const SEM = switch (native_arch) { |
| 3617 | // TODO: also xtensa | 3617 | .mips, .mipsel, .mips64, .mips64el, .xtensa => 0x10, |
| 3618 | .mips, .mipsel, .mips64, .mips64el => 0x10, | | |
| 3619 | else => 0x8, | 3618 | else => 0x8, |
| 3620 | }; | 3619 | }; |
| 3621 | /// mprotect flag: extend change to start of growsdown vma | 3620 | /// mprotect flag: extend change to start of growsdown vma |