Use the extended integer condition code when comparing 64-bit values. Given

that ATOMIC_INC_LONG currently is unused this happened to not be fatal.
This commit is contained in:
Marius Strobl 2011-09-30 20:13:51 +00:00
parent 6fd7e2b7c6
commit ade68e910d

View File

@ -76,7 +76,7 @@
9: add r2, 1, r3 ; \
casxa [r1] ASI_N, r2, r3 ; \
cmp r2, r3 ; \
bne,pn %icc, 9b ; \
bne,pn %xcc, 9b ; \
mov r3, r2
/*