Skip to content

Commit 3fdff80

Browse files
alexrpTibboddiT
authored andcommitted
Revert "std.Target: xtensa defaults to windowed ABI"
This reverts commit c55e83e. This was a misreading of XtensaFeatures.td on my part.
1 parent 359769a commit 3fdff80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Target.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3713,7 +3713,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention
37133713
.sh, .sheb => .{ .sh_gnu = .{} },
37143714
.ve => .{ .ve_sysv = .{} },
37153715
.xcore => .{ .xcore_xs1 = .{} },
3716-
.xtensa, .xtensaeb => .{ .xtensa_windowed = .{} },
3716+
.xtensa, .xtensaeb => .{ .xtensa_call0 = .{} },
37173717
.amdgcn => .{ .amdgcn_device = .{} },
37183718
.nvptx, .nvptx64 => .nvptx_device,
37193719
.spirv32, .spirv64 => .spirv_device,

0 commit comments

Comments
 (0)