| author | |
| committer | |
| log | a9a88aa428bfd09705800c9e418c43a3beffeae3 |
| tree | 01a71703dd3c5610d7b1d5265a99a3e1d6851d38 |
| parent | 1340565e22e154db41e90a8d4f0b552176711ba0 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/builtin.zig+1| ... | ... | @@ -620,6 +620,7 @@ pub const VaList = switch (builtin.cpu.arch) { |
| 620 | 620 | .avr => *anyopaque, |
| 621 | 621 | .bpfel, .bpfeb => *anyopaque, |
| 622 | 622 | .hexagon => if (builtin.target.isMusl()) VaListHexagon else *u8, |
| 623 | .loongarch32, .loongarch64 => *anyopaque, | |
| 623 | 624 | .mips, .mipsel, .mips64, .mips64el => *anyopaque, |
| 624 | 625 | .riscv32, .riscv64 => *anyopaque, |
| 625 | 626 | .powerpc, .powerpcle => switch (builtin.os.tag) { |