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:
Ioannis Glaropoulos 2019-10-04 19:44:59 +02:00 committed by Andrew Boie
commit da6c3d14ce

View file

@ -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)