This commit is contained in:
reiyawea 2025-12-02 02:40:12 +01:00 committed by GitHub
commit 4d66e2d6b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,7 @@ irq_handler_chain_slots:
.set next_slot_number, next_slot_number + 1
.endr
.eabi_attribute Tag_ABI_align_preserved, 1
irq_handler_chain_first_slot:
#ifndef __riscv
push {r0, lr} // Save EXC_RETURN token, so `pop {r0, pc}` will return from interrupt