Merge pull request #3370 from nongxiaoming/master

[libcpu]context-m33:fix label error in context_gcc.S
This commit is contained in:
Bernard Xiong 2020-02-17 12:25:38 +08:00 committed by GitHub
commit 581dbe4ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ PendSV_Handler:
MSR PRIMASK, r2 /* if r1 == 0x00, do msr PRIMASK, r2 */
BX lr /* if r1 == 0x00, do bx lr */
schedule
schedule:
PUSH {r2} /* store interrupt state */
/* clear rt_thread_switch_interrupt_flag to 0 */