提交 b3054e8f 编写于 作者: H Harmonica 提交者: Gitee

update kernel/liteos_m/arch/arm/cortex-m/cortex-m4/los_dispatch_gcc.S.

上级 e6b7b9a2
......@@ -128,6 +128,7 @@ LOS_IntRestore:
.type osTaskSchedule, %function
.global osTaskSchedule
;进程调度函数,设置pendsv中断
osTaskSchedule:
.fnstart
.cantunwind
......@@ -140,7 +141,7 @@ osTaskSchedule:
;pendsv中断处理函数
.type osPendSV, %function
.global osPendSV
osPendSV:
......@@ -157,6 +158,7 @@ osPendSV:
blx r2
pop {r12, lr}
;进程切换函数
TaskSwitch:
mrs r0, psp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册