anchao commented on code in PR #15437:
URL: https://github.com/apache/nuttx/pull/15437#discussion_r1904252020
##########
arch/arm64/src/common/arm64_vector_table.S:
##########
@@ -80,6 +80,9 @@
#endif
stp \xreg0, \xreg1, [sp, #8 * REG_ELR]
+ mrs \xreg0, sctlr_el1
+ str \xreg0, [sp, #8 * REG_SCTLR_EL1]
Review Comment:
```suggestion
str \xreg0, [sp, #8 * REG_SCTLR_EL1]
```
--
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]