[nostalgia/core/gba] Remove unnecessary branch from isr
This commit is contained in:
parent
1d4f03823b
commit
381f2b05e3
@ -76,7 +76,7 @@ isr:
|
||||
// Interrupt Table End //
|
||||
////////////////////////////////////////////////////
|
||||
|
||||
b isr_end
|
||||
bx lr
|
||||
|
||||
isr_call_handler:
|
||||
// clear IME to disable interrupts
|
||||
@ -108,8 +108,6 @@ isr_restore:
|
||||
mov r0, #1
|
||||
str r0, [r2]
|
||||
|
||||
isr_end:
|
||||
|
||||
bx lr
|
||||
|
||||
// vim: ft=armv4
|
||||
|
Loading…
Reference in New Issue
Block a user