| author | |
| committer | |
| log | a7f085f0d7cfe4a395b39fb37b7cc89f87b061c3 |
| tree | c816909d1ee88ebacdc985754a6f0b879e4caf8b |
| parent | 0e15b2ac108e82c005eb792b7f485f69165c1cc8 |
| signature | Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -3467,7 +3467,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention |
| 3467 | 3467 | .hard => .{ .arm_aapcs_vfp = .{} }, |
| 3468 | 3468 | }, |
| 3469 | 3469 | .mips64, .mips64el => switch (target.abi) { |
| 3470 | .gnuabin32 => .{ .mips64_n32 = .{} }, | |
| 3470 | .gnuabin32, .muslabin32 => .{ .mips64_n32 = .{} }, | |
| 3471 | 3471 | else => .{ .mips64_n64 = .{} }, |
| 3472 | 3472 | }, |
| 3473 | 3473 | .mips, .mipsel => .{ .mips_o32 = .{} }, |