Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11726
b: refs/heads/master
c: 844ae3a
h: refs/heads/master
v: v3
  • Loading branch information
Olaf Hering authored and Paul Mackerras committed Oct 29, 2005
1 parent 91cd93f commit 180e527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9b0cbe97566dd7123eee0462d91703434fe61090
refs/heads/master: 844ae3a0d1638753802770cde881dff0e0704551
4 changes: 2 additions & 2 deletions trunk/arch/ppc64/boot/string.S
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ memmove:

.globl memcpy
memcpy:
rlwinm. r7,r5,32-3,3,31 /* r0 = r5 >> 3 */
rlwinm. r7,r5,32-3,3,31 /* r7 = r5 >> 3 */
addi r6,r3,-4
addi r4,r4,-4
beq 2f /* if less than 8 bytes to do */
Expand Down Expand Up @@ -146,7 +146,7 @@ memcpy:

.globl backwards_memcpy
backwards_memcpy:
rlwinm. r7,r5,32-3,3,31 /* r0 = r5 >> 3 */
rlwinm. r7,r5,32-3,3,31 /* r7 = r5 >> 3 */
add r6,r3,r5
add r4,r4,r5
beq 2f
Expand Down

0 comments on commit 180e527

Please sign in to comment.