pussuw commented on code in PR #14865: URL: https://github.com/apache/nuttx/pull/14865#discussion_r1850485470
########## arch/arm/src/armv7-a/arm_dataabort.c: ########## @@ -148,11 +148,14 @@ uint32_t *arm_dataabort(uint32_t *regs, uint32_t dfar, uint32_t dfsr) uint32_t *arm_dataabort(uint32_t *regs, uint32_t dfar, uint32_t dfsr) { + struct tcb_s *tcb = this_task(); + /* Save the saved processor context in current_regs where it can be Review Comment: Update the comment (current_regs is wrong). See if current_regs is mentioned elsewhere too? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org