Skip to content

Commit

Permalink
macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu committed Dec 13, 2022
1 parent edbc963 commit f64b294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/std/builtin.zig
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ pub const CallOptions = struct {
pub const VaList = switch (builtin.cpu.arch) {
.aarch64 => switch (builtin.os.tag) {
.windows => *u8,
.ios, .macosx, .tvos, .watchos => *u8,
.ios, .macos, .tvos, .watchos => *u8,
else => [1]extern struct {
__stack: *anyopaque,
__gr_top: *anyopaque,
Expand All @@ -646,7 +646,7 @@ pub const VaList = switch (builtin.cpu.arch) {
},
.sparc, .wasm32, .wasm64, .bpfel, .bpfeb, .riscv32, .riscv64, .avr, .spirv32, .spirv64 => *anyopaque,
.powerpc => switch (builtin.os.tag) {
.ios, .macosx, .tvos, .watchos, .aix => *u8,
.ios, .macos, .tvos, .watchos, .aix => *u8,
else => [1]extern struct {
gpr: u8,
fpr: u8,
Expand Down

0 comments on commit f64b294

Please sign in to comment.