forked from len0rd/rockbox
Use ldr instead of adr, so that it compiles with a newer ld, although setting lr at that point hardly matters anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25079 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
02660557ad
commit
d581b23b8d
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ stackmunge:
|
||||||
ldr sp, =stackend
|
ldr sp, =stackend
|
||||||
|
|
||||||
/* Start the main function */
|
/* Start the main function */
|
||||||
adr lr, vectors
|
ldr lr, =vectors
|
||||||
ldr pc, =main
|
ldr pc, =main
|
||||||
|
|
||||||
/* Should never get here, but let's restart in case (also needed for
|
/* Should never get here, but let's restart in case (also needed for
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue