mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
parent
4d09fb491f
commit
7f6b7c5608
@ -23,6 +23,7 @@ pub const mach_port_t = c_uint;
|
||||
pub const THREAD_STATE_NONE = switch (native_arch) {
|
||||
.aarch64 => 5,
|
||||
.x86_64 => 13,
|
||||
else => @compileError("unsupported arch"),
|
||||
};
|
||||
|
||||
pub const EXC = enum(exception_type_t) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user