| ... | @@ -622,6 +622,11 @@ pub const MAP = struct { | ... | @@ -622,6 +622,11 @@ pub const MAP = struct { |
| 622 | pub const NOCORE = 0x00020000; | 622 | pub const NOCORE = 0x00020000; |
| 623 | pub const PREFAULT_READ = 0x00040000; | 623 | pub const PREFAULT_READ = 0x00040000; |
| 624 | pub const @"32BIT" = 0x00080000; | 624 | pub const @"32BIT" = 0x00080000; |
| | 625 | |
| | 626 | pub fn ALIGNED(alignment: u32) u32 { |
| | 627 | return alignment << 24; |
| | 628 | } |
| | 629 | pub const ALIGNED_SUPER = ALIGNED(1); |
| 625 | }; | 630 | }; |
| 626 | | 631 | |
| 627 | pub const MSF = struct { | 632 | pub const MSF = struct { |