Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101748
b: refs/heads/master
c: 5888da1
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala authored and Paul Mackerras committed Jul 3, 2008
1 parent 59acfcf commit 984f194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e17a2565bf61204cb925c3f77c3c7f6a09eb2fbe
refs/heads/master: 5888da18765ca9af7f10015263d8bc8e3057f128
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/lib/feature-fixups-test.S
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ globl(ftr_fixup_test6)
1: or 1,1,1
BEGIN_FTR_SECTION
or 5,5,5
2: cmpdi r3,0
2: PPC_LCMPI r3,0
beq 4f
blt 2b
b 1b
b 4f
FTR_SECTION_ELSE
2: or 2,2,2
cmpdi r3,1
PPC_LCMPI r3,1
beq 3f
blt 2b
b 3f
Expand All @@ -161,7 +161,7 @@ globl(end_ftr_fixup_test6)
globl(ftr_fixup_test6_expected)
1: or 1,1,1
2: or 2,2,2
cmpdi r3,1
PPC_LCMPI r3,1
beq 3f
blt 2b
b 3f
Expand Down

0 comments on commit 984f194

Please sign in to comment.