arch: arm: swap: add useful inline comment for SVC return
We add a useful inline comment in the SVC handler (written in assembly), which identifies one of the function return points a bit more clearly. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
c1ea45280b
commit
da6c3d14ce
1 changed files with 1 additions and 0 deletions
|
@ -466,6 +466,7 @@ _stack_frame_endif:
|
|||
_oops:
|
||||
push {r0, lr}
|
||||
bl z_do_kernel_oops
|
||||
/* return from SVC exception is done here */
|
||||
pop {r0, pc}
|
||||
|
||||
#if defined(CONFIG_USERSPACE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue