Skip to content

Commit

Permalink
oups, fix stupid typo that broke pl3
Browse files Browse the repository at this point in the history
  • Loading branch information
kakaroto committed Oct 8, 2010
1 parent 42aee8c commit f90b8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl3_memcpy.h.S
Expand Up @@ -20,7 +20,7 @@ pl3_memcpy:
subi %r5, %r5, 1 // set %r5 to read the previous byte
lbzx %r6, %r4, %r5 // Copy byte content of %r3[%r5] to %r6
stbx %r6, %r3, %r5 // Store byte %r6 to %r4[%r5]
b pl3_mempcy
b pl3_memcpy
l_pl3_memcpy_done:
blr

Expand Down

0 comments on commit f90b8de

Please sign in to comment.