| author | |
| committer | |
| log | 0cafb9b59137f3cfd9bfb883b4d9371ee153a681 |
| tree | 6610278ca58626333a431b1e14ecac11d616fc59 |
| parent | 388c0918d65387d6be3efdf0c0c0d38452a71a07 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -3723,7 +3723,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention |
| 3723 | 3723 | .x86_64 => switch (target.os.tag) { |
| 3724 | 3724 | .windows, .uefi => .{ .x86_64_win = .{} }, |
| 3725 | 3725 | else => switch (target.abi) { |
| 3726 | .gnuabin32, .muslabin32 => .{ .x86_64_x32 = .{} }, | |
| 3726 | .gnux32, .muslx32 => .{ .x86_64_x32 = .{} }, | |
| 3727 | 3727 | else => .{ .x86_64_sysv = .{} }, |
| 3728 | 3728 | }, |
| 3729 | 3729 | }, |