mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:30:01 +08:00
修改lwp支持中arm cortex-a的swi入口函数处理
This commit is contained in:
@@ -241,9 +241,7 @@ rt_hw_context_switch_interrupt_do:
|
||||
.endm
|
||||
|
||||
.align 5
|
||||
.globl vector_swi
|
||||
.weak SVC_Handler
|
||||
SVC_Handler:
|
||||
.weak vector_swi
|
||||
vector_swi:
|
||||
push_svc_reg
|
||||
bl rt_hw_trap_swi
|
||||
|
||||
Reference in New Issue
Block a user