std.Target: xtensa defaults to windowed ABI

This commit is contained in:
Alex Rønne Petersen 2025-10-21 16:30:29 +02:00
parent 3e2daa509a
commit c55e83eab1
No known key found for this signature in database

View file

@ -3525,7 +3525,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention
.s390x => .{ .s390x_sysv = .{} },
.ve => .{ .ve_sysv = .{} },
.xcore => .{ .xcore_xs1 = .{} },
.xtensa, .xtensaeb => .{ .xtensa_call0 = .{} },
.xtensa, .xtensaeb => .{ .xtensa_windowed = .{} },
.amdgcn => .{ .amdgcn_device = .{} },
.nvptx, .nvptx64 => .nvptx_device,
.spirv32, .spirv64 => .spirv_device,