| author | |
| committer | |
| log | 20cdfe9fb6e5f54623e170b59781001dcc7e1d75 |
| tree | 07d709b3d72381fdef7f6f036ee65ee13daccfd8 |
| parent | f7da31b1f43f5f707c9de841577e491ef115bb94 |
| signature |
This is a legacy target, but we should still get it right.1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Target.zig+1| ... | ... | @@ -3295,6 +3295,7 @@ pub fn cCallingConvention(target: Target) ?std.builtin.CallingConvention { |
| 3295 | 3295 | }, |
| 3296 | 3296 | .arm, .armeb, .thumb, .thumbeb => switch (target.os.tag) { |
| 3297 | 3297 | .netbsd => .{ .arm_apcs = .{} }, |
| 3298 | .watchos => .{ .arm_aapcs16_vfp = .{} }, | |
| 3298 | 3299 | else => switch (target.abi.floatAbi()) { |
| 3299 | 3300 | .soft => .{ .arm_aapcs = .{} }, |
| 3300 | 3301 | .hard => .{ .arm_aapcs_vfp = .{} }, |