mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.builtin: Define VaList for arm, armeb, and thumbeb too.
This commit is contained in:
parent
34c6482403
commit
832f74876e
@ -603,7 +603,7 @@ pub const VaList = switch (builtin.cpu.arch) {
|
||||
.ios, .macos, .tvos, .watchos, .visionos => *u8,
|
||||
else => @compileError("disabled due to miscompilations"), // VaListAarch64,
|
||||
},
|
||||
.arm => switch (builtin.os.tag) {
|
||||
.arm, .armeb, .thumb, .thumbeb => switch (builtin.os.tag) {
|
||||
.ios, .macos, .tvos, .watchos, .visionos => *u8,
|
||||
else => *anyopaque,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user