aro: unbreak s390x

https://github.com/ziglang/zig/pull/25780#discussion_r2548496117
This commit is contained in:
Alex Rønne Petersen 2025-11-21 06:28:19 +01:00
parent 6b4f45f782
commit f3eef35c05
No known key found for this signature in database

View file

@ -2196,6 +2196,7 @@ fn generateVaListType(ts: *TypeStore, comp: *Compilation) !QualType {
else else
return .char_pointer, return .char_pointer,
.powerpc, .powerpcle => .powerpc_va_list, .powerpc, .powerpcle => .powerpc_va_list,
.s390x => .s390x_va_list,
.x86_64 => switch (comp.target.os.tag) { .x86_64 => switch (comp.target.os.tag) {
.uefi, .windows => return .char_pointer, .uefi, .windows => return .char_pointer,
else => .x86_64_va_list, else => .x86_64_va_list,