1
0
Fork 0
forked from len0rd/rockbox

Fix ipodvideo64mb by making the branch to main a long call.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25019 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-03-04 00:24:28 +00:00
parent 86f2458269
commit 05c082267d

View file

@ -289,7 +289,7 @@ cpu_init:
str r3, [r4]
#endif
bl main
ldr pc, =main
/* main() should never return */
cop_init:
@ -328,7 +328,7 @@ cop_init:
msr cpsr_c, #0xd3
/* Run cop_main() in apps/main.c */
bl cop_main
ldr pc, =cop_main
/* Exception handlers. Will be copied to address 0 after memory remapping */
.section .vectors,"aw"