Skip to content

Commit f3eef35

Browse files
committed
aro: unbreak s390x
#25780 (comment)
1 parent 6b4f45f commit f3eef35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/compiler/aro/aro/TypeStore.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,6 +2196,7 @@ fn generateVaListType(ts: *TypeStore, comp: *Compilation) !QualType {
21962196
else
21972197
return .char_pointer,
21982198
.powerpc, .powerpcle => .powerpc_va_list,
2199+
.s390x => .s390x_va_list,
21992200
.x86_64 => switch (comp.target.os.tag) {
22002201
.uefi, .windows => return .char_pointer,
22012202
else => .x86_64_va_list,

0 commit comments

Comments
 (0)