mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
add loongarch valist support
This commit is contained in:
parent
1340565e22
commit
a9a88aa428
@ -620,6 +620,7 @@ pub const VaList = switch (builtin.cpu.arch) {
|
||||
.avr => *anyopaque,
|
||||
.bpfel, .bpfeb => *anyopaque,
|
||||
.hexagon => if (builtin.target.isMusl()) VaListHexagon else *u8,
|
||||
.loongarch32, .loongarch64 => *anyopaque,
|
||||
.mips, .mipsel, .mips64, .mips64el => *anyopaque,
|
||||
.riscv32, .riscv64 => *anyopaque,
|
||||
.powerpc, .powerpcle => switch (builtin.os.tag) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user