1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-10-18 03:41:43 +01:00

kern: add note that N ifdef'd out calling HandleException() for EL1 faults

This commit is contained in:
Michael Scire 2024-10-09 21:49:38 -07:00 committed by SciresM
parent 3b03b9603c
commit 23ba31da1f

View file

@ -444,6 +444,7 @@ _ZN3ams4kern4arch5arm6430EL1SynchronousExceptionHandlerEv:
ERET_WITH_SPECULATION_BARRIER ERET_WITH_SPECULATION_BARRIER
2: /* The exception wasn't an triggered by copying memory from userspace. */ 2: /* The exception wasn't an triggered by copying memory from userspace. */
/* NOTE: The following is, as of 19.0.0, now ifdef'd out on NX non-debug kernel. */
ldr x0, [sp, #8] ldr x0, [sp, #8]
ldr x1, [sp, #16] ldr x1, [sp, #16]