- lwarx r3, 0, r4 /* Grab the area value */
- add r6, r3, r5 /* Add the value */
- stwcx. r6, 0, r4 /* Try to save the new value */
- bne- .L_AAretry /* Didn't get it, try again... */
- blr /* Return the original value */
+ lwarx r3, 0, r4 /* Grab the area value */
+ add r6, r3, r5 /* Add the value */
+ stwcx. r6, 0, r4 /* Try to save the new value */
+ bne- .L_AAretry /* Didn't get it, try again... */
+ blr /* Return the original value */