1
0
Fork 0
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:
Thomas Martitz 2010-03-08 23:17:03 +00:00
parent 02660557ad
commit d581b23b8d

View file

@ -555,7 +555,7 @@ stackmunge:
ldr sp, =stackend
/* Start the main function */
adr lr, vectors
ldr lr, =vectors
ldr pc, =main
/* Should never get here, but let's restart in case (also needed for