mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Get rid of yellow plus an optimization I should have seen in the first place.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13794 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6f36bf4483
commit
391e944b8e
2 changed files with 33 additions and 34 deletions
|
|
@ -72,8 +72,7 @@ void irq_handler(void)
|
|||
"sub lr, lr, #4 \r\n"
|
||||
"stmfd sp!, {r0-r3, ip, lr} \r\n"
|
||||
"mov r0, #0x4a000000 \r\n" /* INTOFFSET = 0x4a000014 */
|
||||
"add r0, r0, #0x00000014 \r\n"
|
||||
"ldr r0, [r0] \r\n"
|
||||
"ldr r0, [r0, #0x14] \r\n"
|
||||
"ldr r1, =irqvector \r\n"
|
||||
"ldr r1, [r1, r0, lsl #2] \r\n"
|
||||
"mov lr, pc \r\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue