From ade68e910d07210b37b0a9a3d5cdc66eb8b64e93 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Fri, 30 Sep 2011 20:13:51 +0000 Subject: [PATCH] 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. --- sys/sparc64/include/asmacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sparc64/include/asmacros.h b/sys/sparc64/include/asmacros.h index 15446ed2e0c3..05be6ad8043e 100644 --- a/sys/sparc64/include/asmacros.h +++ b/sys/sparc64/include/asmacros.h @@ -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 /*