未验证 提交 7ef85206 编写于 作者: D David Lin 提交者: GitHub

Fixed function spelling mistakes in context_iar.S

swtich_to_thread -> switch_to_thread
上级 dd5178ef
...@@ -73,12 +73,12 @@ ___interrupt_27: ...@@ -73,12 +73,12 @@ ___interrupt_27:
MOV.L #_rt_interrupt_from_thread, R15 MOV.L #_rt_interrupt_from_thread, R15
MOV.L [ R15 ], R15 MOV.L [ R15 ], R15
MOV.L R0, [ R15 ] MOV.L R0, [ R15 ]
BRA swtich_to_thread BRA switch_to_thread
need_modify_isp: need_modify_isp:
MVFC ISP, R15 MVFC ISP, R15
ADD #12, R15 ADD #12, R15
MVTC R15, ISP MVTC R15, ISP
swtich_to_thread: switch_to_thread:
SETPSW U SETPSW U
MOV.L #_rt_interrupt_to_thread, R15 MOV.L #_rt_interrupt_to_thread, R15
MOV.L [ R15 ], R15 MOV.L [ R15 ], R15
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册