| ... | @@ -142,7 +142,7 @@ pub const MAP = switch (native_arch) { | ... | @@ -142,7 +142,7 @@ pub const MAP = switch (native_arch) { |
| 142 | UNINITIALIZED: bool = false, | 142 | UNINITIALIZED: bool = false, |
| 143 | _: u5 = 0, | 143 | _: u5 = 0, |
| 144 | }, | 144 | }, |
| 145 | .aarch64, .aarch64_be, .arm, .thumb => packed struct(u32) { | 145 | .aarch64, .aarch64_be, .arm, .armeb, .thumb, .thumbeb => packed struct(u32) { |
| 146 | TYPE: MAP_TYPE, | 146 | TYPE: MAP_TYPE, |
| 147 | FIXED: bool = false, | 147 | FIXED: bool = false, |
| 148 | ANONYMOUS: bool = false, | 148 | ANONYMOUS: bool = false, |