Fix intlvl4 panic handler, dport interrupt

This commit is contained in:
Jeroen Domburg 2017-05-26 18:53:10 +08:00
parent 5a125b5cb4
commit 5e63563b98
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,7 @@ _l5_intr_stack:
.global xt_highint5
.type _xt_highint5,@function
.align 4
_xt_highint5:
xt_highint5:
#ifdef XT_INTEXC_HOOKS
/* Call interrupt hook if present to (pre)handle interrupts. */

View file

@ -15,6 +15,7 @@ handler for such a situation.
*/
.section .iram1,"ax"
.global xt_highint4
.type xt_highint4,@function
.align 4
xt_highint4: