mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-15 16:48:56 +00:00
V1.0.5
This commit is contained in:
@@ -154,7 +154,6 @@ Default_IRQHandler:
|
|||||||
.type trap, %function
|
.type trap, %function
|
||||||
trap:
|
trap:
|
||||||
/* Check for interrupt */
|
/* Check for interrupt */
|
||||||
j .
|
|
||||||
addi sp, sp, -4
|
addi sp, sp, -4
|
||||||
sw t0, 0x0(sp)
|
sw t0, 0x0(sp)
|
||||||
csrr t0, mcause
|
csrr t0, mcause
|
||||||
|
|||||||
@@ -154,7 +154,6 @@ Default_IRQHandler:
|
|||||||
.type trap, %function
|
.type trap, %function
|
||||||
trap:
|
trap:
|
||||||
/* Check for interrupt */
|
/* Check for interrupt */
|
||||||
j .
|
|
||||||
addi sp, sp, -4
|
addi sp, sp, -4
|
||||||
sw t0, 0x0(sp)
|
sw t0, 0x0(sp)
|
||||||
csrr t0, mcause
|
csrr t0, mcause
|
||||||
|
|||||||
@@ -154,7 +154,6 @@ Default_IRQHandler:
|
|||||||
.type trap, %function
|
.type trap, %function
|
||||||
trap:
|
trap:
|
||||||
/* Check for interrupt */
|
/* Check for interrupt */
|
||||||
j .
|
|
||||||
addi sp, sp, -4
|
addi sp, sp, -4
|
||||||
sw t0, 0x0(sp)
|
sw t0, 0x0(sp)
|
||||||
csrr t0, mcause
|
csrr t0, mcause
|
||||||
|
|||||||
Reference in New Issue
Block a user