zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit d714cf33405486d9aa707e9aee8f103a011d06e9 (tree)
parent 6255ee3d2f65c368bbd0a316d60044af3c5d4607
Author: injuly <50487716+srijan-paul@users.noreply.github.com>
Date:   Mon, 27 Jan 2025 00:26:14 +0530

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


Diffstat:
Mlib/std/c/darwin.zig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/std/c/darwin.zig b/lib/std/c/darwin.zig @@ -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 = .{