Commit d714cf3340

injuly <50487716+srijan-paul@users.noreply.github.com>
2025-01-26 19:56:14
std.c.darwin: Fix EXC.MASK compile error (#21273)
1 parent 6255ee3
Changed files (1)
lib
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 = .{