mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
割り込み関数のマージ準備。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@127 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
parent
375b11c2fa
commit
7700a72a36
@ -85,10 +85,8 @@ LSYM(1) clz r0, r1 // count zero of high bit
|
||||
ldr r1, =osIntrTable
|
||||
ldr r0, [ r1, r0, LSL #2 ]
|
||||
|
||||
adr lr, irq_return
|
||||
bx r0 // set return address for thread rescheduling
|
||||
blx r0 // set return address for thread rescheduling
|
||||
|
||||
irq_return
|
||||
#ifdef BROM_ENABLE_THREAD
|
||||
bl osIrqHandler_ThreadSwitch
|
||||
#endif // BROM_ENABLE_THREAD
|
||||
|
||||
Loading…
Reference in New Issue
Block a user