| author | |
| committer | |
| log | 832f74876e557f25e7d4b202b40d24976a6e20a1 |
| tree | 76e974e8e8824f42ae6c1289e8b6ad85e1772920 |
| parent | 34c64824038d829dfad200a66a20ee74cbe5c141 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/builtin.zig+1-1| ... | ... | @@ -603,7 +603,7 @@ pub const VaList = switch (builtin.cpu.arch) { |
| 603 | 603 | .ios, .macos, .tvos, .watchos, .visionos => *u8, |
| 604 | 604 | else => @compileError("disabled due to miscompilations"), // VaListAarch64, |
| 605 | 605 | }, |
| 606 | .arm => switch (builtin.os.tag) { | |
| 606 | .arm, .armeb, .thumb, .thumbeb => switch (builtin.os.tag) { | |
| 607 | 607 | .ios, .macos, .tvos, .watchos, .visionos => *u8, |
| 608 | 608 | else => *anyopaque, |
| 609 | 609 | }, |