forked from len0rd/rockbox
ARM: use BX when branch to an address in register
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26432 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
74cee6297c
commit
0ea7905395
4 changed files with 4 additions and 4 deletions
|
|
@ -486,7 +486,7 @@ skipreset:
|
|||
ldr r1, =donecopy
|
||||
ldr r2, =0x30000000
|
||||
add r1, r1, r2
|
||||
mov pc, r1 /* The code is located where we want it so jump */
|
||||
bx r1 /* The code is located where we want it so jump */
|
||||
|
||||
donecopy:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue