| ... | @@ -3723,7 +3723,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention | ... | @@ -3723,7 +3723,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention |
| 3723 | .x86_64 => switch (target.os.tag) { | 3723 | .x86_64 => switch (target.os.tag) { |
| 3724 | .windows, .uefi => .{ .x86_64_win = .{} }, | 3724 | .windows, .uefi => .{ .x86_64_win = .{} }, |
| 3725 | else => switch (target.abi) { | 3725 | else => switch (target.abi) { |
| 3726 | .gnuabin32, .muslabin32 => .{ .x86_64_x32 = .{} }, | 3726 | .gnux32, .muslx32 => .{ .x86_64_x32 = .{} }, |
| 3727 | else => .{ .x86_64_sysv = .{} }, | 3727 | else => .{ .x86_64_sysv = .{} }, |
| 3728 | }, | 3728 | }, |
| 3729 | }, | 3729 | }, |