From abe15ef10f871d44b882004a915b21650a520684 Mon Sep 17 00:00:00 2001 From: injuly Date: Sun, 1 Sep 2024 13:48:03 +0530 Subject: [PATCH] fix the `std.c.EXC.MASK` field --- lib/std/c/darwin.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/std/c/darwin.zig b/lib/std/c/darwin.zig index 3e2cf53b60b9..3edc7a94cceb 100644 --- a/lib/std/c/darwin.zig +++ b/lib/std/c/darwin.zig @@ -72,6 +72,8 @@ pub const EXC = enum(exception_type_t) { GUARD: bool = false, CORPSE_NOTIFY: bool = false, + _padding: u19 = 0, + pub const MACHINE: MASK = @bitCast(@as(u32, 0)); pub const ALL: MASK = .{