| author | |
| committer | |
| log | f3eef35c05062091ccff8306c034afa56e66facc |
| tree | cf6861c4d219f17e3341d896e7ff57c617c1ff97 |
| parent | 6b4f45f782fb9c8906d3fcbfca9e21fc3771c2dd |
| signature |
https://github.com/ziglang/zig/pull/25780#discussion_r25484961171 files changed, 1 insertions(+), 0 deletions(-)
lib/compiler/aro/aro/TypeStore.zig+1| ... | ... | @@ -2196,6 +2196,7 @@ fn generateVaListType(ts: *TypeStore, comp: *Compilation) !QualType { |
| 2196 | 2196 | else |
| 2197 | 2197 | return .char_pointer, |
| 2198 | 2198 | .powerpc, .powerpcle => .powerpc_va_list, |
| 2199 | .s390x => .s390x_va_list, | |
| 2199 | 2200 | .x86_64 => switch (comp.target.os.tag) { |
| 2200 | 2201 | .uefi, .windows => return .char_pointer, |
| 2201 | 2202 | else => .x86_64_va_list, |