We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cfd11 commit 6b7a5fcCopy full SHA for 6b7a5fc
portable/GCC/ARM_CM0/portasm.c
@@ -472,7 +472,7 @@ void vClearInterruptMask( __attribute__( ( unused ) ) uint32_t ulMask ) /* __att
472
" ldr r3, =%1 \n"
473
" cmp r2, r3 \n"
474
" beq system_call_exit \n"
475
- " b vPortSVCHandler_C \n"
+ " bl vPortSVCHandler_C \n"
476
" \n"
477
" system_call_enter: \n"
478
" push {lr} \n"
@@ -508,11 +508,11 @@ void vClearInterruptMask( __attribute__( ( unused ) ) uint32_t ulMask ) /* __att
508
509
" stacking_used_psp: \n"
510
" mrs r0, psp \n"
511
512
513
" stacking_used_msp: \n"
514
" mrs r0, msp \n"
515
516
517
" .align 4 \n"
518
);
0 commit comments