remove condition codes
LLVM always assumes these are on. Zig backends do not observe them. If Zig backends want to start using them, they can be introduced, one arch at a time, with proper documentation.
This commit is contained in:
@@ -145,7 +145,7 @@ fn exit2(code: usize) noreturn {
|
||||
:
|
||||
: [number] "{x8}" (93),
|
||||
[arg1] "{x0}" (code),
|
||||
: .{ .memory = true, .cc = true });
|
||||
: .{ .memory = true });
|
||||
},
|
||||
.sparc64 => {
|
||||
asm volatile ("ta 0x6d"
|
||||
|
||||
Reference in New Issue
Block a user