Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196598
b: refs/heads/master
c: 637a990
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Mahoney authored and Benjamin Herrenschmidt committed Apr 7, 2010
1 parent 47c9c81 commit e13a1a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 6d1bdd2afbed74b3adcf3a7aec49e430eeb6c5f3
refs/heads/master: 637a99022fb119b90fb281715d13172f0394fc12
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/lib/string.S
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ _GLOBAL(strcmp)

_GLOBAL(strncmp)
PPC_LCMPI r5,0
beqlr
ble- 2f
mtctr r5
addi r5,r3,-1
addi r4,r4,-1
Expand All @@ -82,6 +82,8 @@ _GLOBAL(strncmp)
beqlr 1
bdnzt eq,1b
blr
2: li r3,0
blr

_GLOBAL(strlen)
addi r4,r3,-1
Expand Down

0 comments on commit e13a1a4

Please sign in to comment.