| ... | @@ -3774,10 +3774,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention | ... | @@ -3774,10 +3774,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention |
| 3774 | .lanai => .{ .lanai_sysv = .{} }, | 3774 | .lanai => .{ .lanai_sysv = .{} }, |
| 3775 | .loongarch64 => .{ .loongarch64_lp64 = .{} }, | 3775 | .loongarch64 => .{ .loongarch64_lp64 = .{} }, |
| 3776 | .loongarch32 => .{ .loongarch32_ilp32 = .{} }, | 3776 | .loongarch32 => .{ .loongarch32_ilp32 = .{} }, |
| 3777 | .m68k => if (target.abi.isGnu() or target.abi.isMusl()) | 3777 | .m68k => .{ .m68k_gnu = .{} }, |
| 3778 | .{ .m68k_gnu = .{} } | | |
| 3779 | else | | |
| 3780 | .{ .m68k_sysv = .{} }, | | |
| 3781 | .microblaze, .microblazeel => .{ .microblaze_std = .{} }, | 3778 | .microblaze, .microblazeel => .{ .microblaze_std = .{} }, |
| 3782 | .msp430 => .{ .msp430_eabi = .{} }, | 3779 | .msp430 => .{ .msp430_eabi = .{} }, |
| 3783 | .or1k => .{ .or1k_sysv = .{} }, | 3780 | .or1k => .{ .or1k_sysv = .{} }, |