| ... | @@ -946,7 +946,7 @@ pub const VaList = switch (builtin.cpu.arch) { | ... | @@ -946,7 +946,7 @@ pub const VaList = switch (builtin.cpu.arch) { |
| 946 | }, | 946 | }, |
| 947 | .s390x => VaListS390x, | 947 | .s390x => VaListS390x, |
| 948 | .x86_64 => switch (builtin.os.tag) { | 948 | .x86_64 => switch (builtin.os.tag) { |
| 949 | .windows => switch (builtin.zig_backend) { | 949 | .uefi, .windows => switch (builtin.zig_backend) { |
| 950 | else => *u8, | 950 | else => *u8, |
| 951 | .stage2_llvm => @compileError("disabled due to miscompilations"), | 951 | .stage2_llvm => @compileError("disabled due to miscompilations"), |
| 952 | }, | 952 | }, |