We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359769a commit 3fdff80Copy full SHA for 3fdff80
lib/std/Target.zig
@@ -3713,7 +3713,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention
3713
.sh, .sheb => .{ .sh_gnu = .{} },
3714
.ve => .{ .ve_sysv = .{} },
3715
.xcore => .{ .xcore_xs1 = .{} },
3716
- .xtensa, .xtensaeb => .{ .xtensa_windowed = .{} },
+ .xtensa, .xtensaeb => .{ .xtensa_call0 = .{} },
3717
.amdgcn => .{ .amdgcn_device = .{} },
3718
.nvptx, .nvptx64 => .nvptx_device,
3719
.spirv32, .spirv64 => .spirv_device,
0 commit comments