mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
std.builtin: define VaList as *u8 for uefi
This commit is contained in:
parent
6ca52c00d9
commit
d16ff4d049
@ -946,7 +946,7 @@ pub const VaList = switch (builtin.cpu.arch) {
|
|||||||
},
|
},
|
||||||
.s390x => VaListS390x,
|
.s390x => VaListS390x,
|
||||||
.x86_64 => switch (builtin.os.tag) {
|
.x86_64 => switch (builtin.os.tag) {
|
||||||
.windows => switch (builtin.zig_backend) {
|
.uefi, .windows => switch (builtin.zig_backend) {
|
||||||
else => *u8,
|
else => *u8,
|
||||||
.stage2_llvm => @compileError("disabled due to miscompilations"),
|
.stage2_llvm => @compileError("disabled due to miscompilations"),
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user