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:
parent
6fd7e2b7c6
commit
ade68e910d
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user