GUIDINGLI commented on code in PR #13985:
URL: https://github.com/apache/nuttx/pull/13985#discussion_r1793358013
##########
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:
I prefer remove this, up_saveusercontext() is only for crash dump, and it is
nothing useful for the dump, and it make the backtrace failed
--
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]