Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion asm/tonc_isr_master.s
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ BEGIN_FUNC_ARM(isr_master, CSEC_IWRAM)

@ --- If we're here, we have an isr ---

ldr r3, [r0, #8] @ Read IME
ldrh r3, [r0, #8] @ Read IME
strb r0, [r0, #8] @ Clear IME
bic r2, ip, r2
strh r2, [r0] @ Clear current irq in IE
Expand Down