From 29434eaa96d6b3e379e92669a7e377545d703422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=96=87=E5=BC=BA?= <17364305797@163.com> Date: Fri, 28 Aug 2026 21:57:30 +0800 Subject: [PATCH] portable: Fix malformed comment in IAR ARM_CM33 port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赵文强 --- portable/IAR/ARM_CM33/non_secure/portasm.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portable/IAR/ARM_CM33/non_secure/portasm.s b/portable/IAR/ARM_CM33/non_secure/portasm.s index 47fcfa15bf..b07eeb42e3 100644 --- a/portable/IAR/ARM_CM33/non_secure/portasm.s +++ b/portable/IAR/ARM_CM33/non_secure/portasm.s @@ -473,7 +473,7 @@ PendSV_Handler: msr PAC_KEY_P_0, r6 clrm {r3-r6} /* Clear r3-r6. */ #endif /* configENABLE_PAC */ - 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. */ + 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. */ msr psplim, r3 /* Restore the PSPLIM register value for the task. */ ldr r3, =xSecureContext /* Read the location of xSecureContext i.e. &( xSecureContext ). */ str r0, [r3] /* Restore the task's xSecureContext. */