Merge pull request #3673 from DavidLin1577/patch-8

[libcpu]Fixed the wrong notes in context_iar.S
This commit is contained in:
Bernard Xiong 2020-06-10 22:51:48 +08:00 committed by GitHub
commit b92c2652d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ _rt_hw_interrupt_enable:
MVTIPL #KERNEL_INTERRUPT_PRIORITY
RTS
; r0 --> swith from thread stack
; r1 --> swith to thread stack
; r0 --> switch from thread stack
; r1 --> switch to thread stack
; psr, pc, lr, r12, r3, r2, r1, r0 are pushed into [from] stack
___interrupt_27: