| author | |
| committer | |
| log | d714cf33405486d9aa707e9aee8f103a011d06e9 |
| tree | 2f2f517cd44f07c13a17421508db4e4b68357132 |
| parent | 6255ee3d2f65c368bbd0a316d60044af3c5d4607 |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/c/darwin.zig+2| ... | ... | @@ -75,6 +75,8 @@ pub const EXC = enum(exception_type_t) { |
| 75 | 75 | CORPSE_NOTIFY: bool = false, |
| 76 | 76 | _14: u18 = 0, |
| 77 | 77 | |
| 78 | _padding: u19 = 0, | |
| 79 | ||
| 78 | 80 | pub const MACHINE: MASK = @bitCast(@as(u32, 0)); |
| 79 | 81 | |
| 80 | 82 | pub const ALL: MASK = .{ |