mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
parent
4d09fb491f
commit
7f6b7c5608
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue