| author | |
| committer | |
| log | 7f6b7c56089eaa5b147e71b3d98328498c9025c8 |
| tree | 7980f8e654c2c8ff9a458188f0defe15bd8bc103 |
| parent | 4d09fb491f1a2e3c4404807c5f4b2c2e114f911b |
#210941 files changed, 1 insertions(+), 0 deletions(-)
lib/std/c/darwin.zig+1| ... | @@ -23,6 +23,7 @@ pub const mach_port_t = c_uint; | ... | @@ -23,6 +23,7 @@ pub const mach_port_t = c_uint; |
| 23 | pub const THREAD_STATE_NONE = switch (native_arch) { | 23 | pub const THREAD_STATE_NONE = switch (native_arch) { |
| 24 | .aarch64 => 5, | 24 | .aarch64 => 5, |
| 25 | .x86_64 => 13, | 25 | .x86_64 => 13, |
| 26 | else => @compileError("unsupported arch"), | ||
| 26 | }; | 27 | }; |
| 27 | 28 | ||
| 28 | pub const EXC = enum(exception_type_t) { | 29 | pub const EXC = enum(exception_type_t) { |