| author | |
| committer | |
| log | d16ff4d049d15b63f1dc7ea84b02734eca5d5bd4 |
| tree | a8fa5b0888e3c1d09a8efccac2010c00df72f4b5 |
| parent | 6ca52c00d9fcb7af0d50f6cf29be680f323c66a6 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/builtin.zig+1-1| ... | ... | @@ -946,7 +946,7 @@ pub const VaList = switch (builtin.cpu.arch) { |
| 946 | 946 | }, |
| 947 | 947 | .s390x => VaListS390x, |
| 948 | 948 | .x86_64 => switch (builtin.os.tag) { |
| 949 | .windows => switch (builtin.zig_backend) { | |
| 949 | .uefi, .windows => switch (builtin.zig_backend) { | |
| 950 | 950 | else => *u8, |
| 951 | 951 | .stage2_llvm => @compileError("disabled due to miscompilations"), |
| 952 | 952 | }, |