mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
std.c.darwin: Fix EXC.MASK compile error (#21273)
This commit is contained in:
parent
6255ee3d2f
commit
d714cf3340
@ -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…
x
Reference in New Issue
Block a user