mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 04:24:33 +01:00
std.c.darwin: Fix EXC.MASK compile error (#21273)
This commit is contained in:
parent
6255ee3d2f
commit
d714cf3340
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ pub const EXC = enum(exception_type_t) {
|
|||
CORPSE_NOTIFY: bool = false,
|
||||
_14: u18 = 0,
|
||||
|
||||
_padding: u19 = 0,
|
||||
|
||||
pub const MACHINE: MASK = @bitCast(@as(u32, 0));
|
||||
|
||||
pub const ALL: MASK = .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue