mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Revert "std.Target: xtensa defaults to windowed ABI"
This reverts commit c55e83eab1.
This was a misreading of XtensaFeatures.td on my part.
This commit is contained in:
parent
6b4f57a257
commit
9161923405
1 changed files with 1 additions and 1 deletions
|
|
@ -3713,7 +3713,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention
|
|||
.sh, .sheb => .{ .sh_gnu = .{} },
|
||||
.ve => .{ .ve_sysv = .{} },
|
||||
.xcore => .{ .xcore_xs1 = .{} },
|
||||
.xtensa, .xtensaeb => .{ .xtensa_windowed = .{} },
|
||||
.xtensa, .xtensaeb => .{ .xtensa_call0 = .{} },
|
||||
.amdgcn => .{ .amdgcn_device = .{} },
|
||||
.nvptx, .nvptx64 => .nvptx_device,
|
||||
.spirv32, .spirv64 => .spirv_device,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue