| author | |
| committer | |
| log | 6ca52c00d9fcb7af0d50f6cf29be680f323c66a6 |
| tree | 5d59f6ffc65af6be9ea9da2509019d1e1f5fc584 |
| parent | 033d251626822ccc5aae40ad8a02ad885bdcd2e9 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/builtin.zig+1-1| ... | ... | @@ -941,7 +941,7 @@ pub const VaList = switch (builtin.cpu.arch) { |
| 941 | 941 | .arm, .armeb, .thumb, .thumbeb => VaListArm, |
| 942 | 942 | .hexagon => if (builtin.target.abi.isMusl()) VaListHexagon else *u8, |
| 943 | 943 | .powerpc, .powerpcle => switch (builtin.os.tag) { |
| 944 | .ios, .macos, .tvos, .watchos, .visionos, .aix => *u8, | |
| 944 | .aix => *u8, | |
| 945 | 945 | else => VaListPowerPc, |
| 946 | 946 | }, |
| 947 | 947 | .s390x => VaListS390x, |