mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
aro: unbreak s390x
https://github.com/ziglang/zig/pull/25780#discussion_r2548496117
This commit is contained in:
parent
6b4f45f782
commit
f3eef35c05
1
lib/compiler/aro/aro/TypeStore.zig
vendored
1
lib/compiler/aro/aro/TypeStore.zig
vendored
@ -2196,6 +2196,7 @@ fn generateVaListType(ts: *TypeStore, comp: *Compilation) !QualType {
|
||||
else
|
||||
return .char_pointer,
|
||||
.powerpc, .powerpcle => .powerpc_va_list,
|
||||
.s390x => .s390x_va_list,
|
||||
.x86_64 => switch (comp.target.os.tag) {
|
||||
.uefi, .windows => return .char_pointer,
|
||||
else => .x86_64_va_list,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user