Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/std/c/darwin.zig
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ pub const EXC = enum(exception_type_t) {
pub const SOFT_SIGNAL = 0x10003;

pub const MASK = packed struct(u32) {
_0: u1 = 0,
BAD_ACCESS: bool = false,
BAD_INSTRUCTION: bool = false,
ARITHMETIC: bool = false,
Expand All @@ -72,6 +73,7 @@ pub const EXC = enum(exception_type_t) {
RESOURCE: bool = false,
GUARD: bool = false,
CORPSE_NOTIFY: bool = false,
_14: u18 = 0,

pub const MACHINE: MASK = @bitCast(@as(u32, 0));

Expand Down