ck_pr/arm: There's no need to force the use of r4, r5 and r6 anymore, this should fix issue #50

ck_pring
Olivier Houchard 9 years ago
parent 965cda8a21
commit 005c06f9e2

@ -247,7 +247,7 @@ ck_pr_cas_64(uint64_t *target, uint64_t compare, uint64_t set)
: "=&r" (ret), "=&r" (tmp)
: "r" (compare), "r" (set) ,
"r"(target)
: "memory", "cc", "r4", "r5", "r6");
: "memory", "cc");
return (ret);
}

Loading…
Cancel
Save