Skip to content

Commit 29434ea

Browse files
author
赵文强
committed
portable: Fix malformed comment in IAR ARM_CM33 port
Signed-off-by: 赵文强 <zhaowenqiang@zhaowenqiangdeMacBook-Air.local>
1 parent 8be86d4 commit 29434ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

portable/IAR/ARM_CM33/non_secure/portasm.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ PendSV_Handler:
473473
msr PAC_KEY_P_0, r6
474474
clrm {r3-r6} /* Clear r3-r6. */
475475
#endif /* configENABLE_PAC */
476-
ldmia r2!, {r0, r3, lr} http://files.iar.com/ftp/pub/box/bxarm-9.60.3.deb/* Read from stack - r0 = xSecureContext, r3 = PSPLIM and LR restored. */
476+
ldmia r2!, {r0, r3, lr} /* http://files.iar.com/ftp/pub/box/bxarm-9.60.3.deb Read from stack - r0 = xSecureContext, r3 = PSPLIM and LR restored. */
477477
msr psplim, r3 /* Restore the PSPLIM register value for the task. */
478478
ldr r3, =xSecureContext /* Read the location of xSecureContext i.e. &( xSecureContext ). */
479479
str r0, [r3] /* Restore the task's xSecureContext. */

0 commit comments

Comments
 (0)