From e991e59fc17df6ddd1857f0fe3c9521f2dd5e90e Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sat, 25 Jun 2005 10:58:47 +0000 Subject: [PATCH] fix test_and_set, aka fixes X async replies when clipboard active --- SheepShaver/src/Unix/ppc_asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SheepShaver/src/Unix/ppc_asm.S b/SheepShaver/src/Unix/ppc_asm.S index 57bb2261..064651c6 100644 --- a/SheepShaver/src/Unix/ppc_asm.S +++ b/SheepShaver/src/Unix/ppc_asm.S @@ -180,7 +180,7 @@ C_SYMBOL_NAME(test_and_set): isync lwarx r5,0,r3 cmpi 0,r5,0x0000 - beq 1f + bne 1f stwcx. r4,0,r3 bne- 0b 1: isync