authorgravatar for 50487716+srijan-paul@users.noreply.github.cominjuly <50487716+srijan-paul@users.noreply.github.com> 2025-01-27 00:26:14+05:30
committergravatar for noreply@github.comGitHub <noreply@github.com> 2025-01-26 19:56:14+01:00
logd714cf33405486d9aa707e9aee8f103a011d06e9
tree2f2f517cd44f07c13a17421508db4e4b68357132
parent6255ee3d2f65c368bbd0a316d60044af3c5d4607
signaturebadge-check Signed by PGP key B5690EEEBB952194

std.c.darwin: Fix EXC.MASK compile error (#21273)


1 files changed, 2 insertions(+), 0 deletions(-)

lib/std/c/darwin.zig+2
......@@ -75,6 +75,8 @@ pub const EXC = enum(exception_type_t) {
7575 CORPSE_NOTIFY: bool = false,
7676 _14: u18 = 0,
7777
78 _padding: u19 = 0,
79
7880 pub const MACHINE: MASK = @bitCast(@as(u32, 0));
7981
8082 pub const ALL: MASK = .{