mirror of
https://github.com/ziglang/zig.git
synced 2026-02-18 23:39:17 +00:00
Revert "std.Target: xtensa defaults to windowed ABI"
This reverts commit c55e83eab1369373fe6db5072802c2fc1c4d7ebc. This was a misreading of XtensaFeatures.td on my part.
This commit is contained in:
parent
6b4f57a257
commit
9161923405
@ -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…
x
Reference in New Issue
Block a user