Add back ppc input/output/clobber definitions
Accidentally removed when rebasing, this adds it back.
This commit is contained in:
@@ -168,6 +168,8 @@ pub fn setThreadPointer(addr: usize) void {
|
||||
.powerpc, .powerpc64, .powerpc64le => {
|
||||
asm volatile (
|
||||
\\ mr 13, %[addr]
|
||||
:
|
||||
: [addr] "r" (addr)
|
||||
);
|
||||
},
|
||||
.sparcv9 => {
|
||||
|
||||
Reference in New Issue
Block a user