mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Some small cleanups and code for testing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15312 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cf86a9886f
commit
0a632680e9
5 changed files with 77 additions and 34 deletions
|
|
@ -42,7 +42,7 @@ newstart:
|
|||
msr cpsr, #0xd3 /* enter supervisor mode, disable IRQ */
|
||||
#endif
|
||||
|
||||
#if !defined(BOOTLOADER) || (CONFIG_CPU == DM320)
|
||||
#if !defined(BOOTLOADER)
|
||||
#if !defined(DEBUG)
|
||||
/* Copy exception handler code to address 0 */
|
||||
ldr r2, =_vectorsstart
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue