提交 2b13e2fa 编写于 作者: H Huang bo

修改格式

上级 8ab19db7
......@@ -104,8 +104,8 @@ rt_hw_context_switch:
STDW .D2T2 B13:B12,*SP--[1] ; Store PC:CSR
|| MVC .S2 TSR,B5
MVC .S2 ILC,B11 ;
MVC .S2 RILC,B10 ;
MVC .S2 ILC,B11
MVC .S2 RILC,B10
STDW .D2T2 B11:B10,*SP--[1] ; Store RILC:ILC
|| MV .S1X B5,A3
......@@ -113,7 +113,7 @@ rt_hw_context_switch:
STDW .D2T1 A3:A2,*SP--[1] ; Store TSR:stack type
STW SP,*A4 ; Save thread's stack pointer
B rt_hw_context_switch_to
MV B4,A4 ;
MV B4,A4
NOP 4
;}
......@@ -131,7 +131,7 @@ rt_hw_context_switch_to:
LDDW .D2T2 *++SP[1],B13:B12 ; get PC (B13) and CSR (B12)
NOP 2
MV B8,B0
[B0] B _rt_thread_interrupt_stack ;
[B0] B _rt_thread_interrupt_stack
NOP 5
;
; this maybe do better
......@@ -318,9 +318,7 @@ rt_preempt_context_restore:
NOP 3
STW SP,*A10 ; store sp in preempted tasks's TCB
B rt_hw_context_switch_to
MV B11,A4 ;
MV B11,A4
NOP 4
;}
.end
......@@ -194,4 +194,3 @@ void hw_int15_handler(void)
{
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册