1
0
Fork 0
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:
Rafaël Carré 2010-05-31 15:14:26 +00:00
parent 74cee6297c
commit 0ea7905395
4 changed files with 4 additions and 4 deletions

View file

@ -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: