Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207173
b: refs/heads/master
c: 2db0982
h: refs/heads/master
i:
  207171: cbc976f
v: v3
  • Loading branch information
Chris Metcalf committed Jul 6, 2010
1 parent 0afe86c commit 4bdaf5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 863fbac67138882b99fc60fcb0ec568bbad9a44f
refs/heads/master: 2db098278118ed58f4b407ceda691e349df043ce
7 changes: 3 additions & 4 deletions trunk/arch/tile/lib/atomic_asm_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ STD_ENTRY_SECTION(__atomic\name, .text.atomic)
lh r22, r0
.else
lw r22, r0
addi r23, r0, 4
addi r28, r0, 4
.endif
}
.ifc \bitwidth,64
lw r23, r23
lw r23, r28
.endif
\body /* set r24, and r25 if 64-bit */
{
Expand All @@ -109,11 +109,10 @@ STD_ENTRY_SECTION(__atomic\name, .text.atomic)
sh r0, r24
.else
sw r0, r24
addi r23, r0, 4
.endif
}
.ifc \bitwidth,64
sw r23, r25
sw r28, r25
.endif
mf
3: {
Expand Down

0 comments on commit 4bdaf5c

Please sign in to comment.