Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116938
b: refs/heads/master
c: 59fd6b8
h: refs/heads/master
v: v3
  • Loading branch information
Mike Ditto authored and Benjamin Herrenschmidt committed Oct 21, 2008
1 parent e41dafb commit eb1458b
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: e81703724a966120ace6504c993bda9e084cbf3e
refs/heads/master: 59fd6b8cc0975b88e35f6ca2318b8cee77d3a508
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/boot/string.S
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ memchr:
.globl memcmp
memcmp:
cmpwi 0,r5,0
blelr
ble 2f
mtctr r5
addi r6,r3,-1
addi r4,r4,-1
Expand All @@ -244,6 +244,8 @@ memcmp:
subf. r3,r0,r3
bdnzt 2,1b
blr
2: li r3,0
blr


/*
Expand Down

0 comments on commit eb1458b

Please sign in to comment.