# | Line 180 | Line 180 | C_SYMBOL_NAME(test_and_set): | |
---|---|---|
180 | isync | |
181 | lwarx r5,0,r3 | |
182 | cmpi 0,r5,0x0000 | |
183 | < | beq 1f |
183 | > | bne 1f |
184 | stwcx. r4,0,r3 | |
185 | bne- 0b | |
186 | 1: isync |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |