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:
parent
86f2458269
commit
05c082267d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue