Skip to content

Commit

Permalink
Corrected absolute address to symbol in runMod0.s.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadderz121 committed Apr 20, 2014
1 parent d23d625 commit ded82af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bad0/bad0Code/methods/runMod0.s
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ _methodRunMod0ModLoopStart:
add r4,r4,r30

#call memcpy
lis r12,0x8000
ori r12,r12,0x5f34
lis r12,memcpy@h
ori r12,r12,memcpy@l
mtlr r12
blrl

Expand Down

0 comments on commit ded82af

Please sign in to comment.