pussuw commented on code in PR #13985:
URL: https://github.com/apache/nuttx/pull/13985#discussion_r1793207782
##########
arch/arm64/src/common/arm64_vectors.S:
##########
@@ -95,8 +82,6 @@ SECTION_FUNC(text, up_saveusercontext)
#endif
stp x4, x5, [x0, #8 * REG_ELR]
- arm64_exception_context_save x4 x5 x0
Review Comment:
Should you still save sp_el0 and exception depth here ? At least assert()
uses up_saveusercontext() although in flat mode sp_el0 is not used.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]