Merge pull request #3701 from xuzhuoyi/master

[libcpu][arm][cortex-m23] Change exception return call address
This commit is contained in:
Bernard Xiong 2020-06-18 14:29:55 +08:00 committed by GitHub
commit d9c9749b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@ pendsv_exit:
/* restore interrupt */
MSR PRIMASK, R2
MOVS R0, #0x04
MOVS R0, #0x03
RSBS R0, R0, #0x00
BX R0
/*

View File

@ -139,7 +139,7 @@ pendsv_exit
; restore interrupt
MSR PRIMASK, r2
MOVS r0, #0x04
MOVS r0, #0x03
RSBS r0, r0, #0x00
BX r0

View File

@ -143,7 +143,7 @@ pendsv_exit
; restore interrupt
MSR PRIMASK, r2
MOVS r0, #0x04
MOVS r0, #0x03
RSBS r0, r0, #0x00
BX r0
ENDP