xiaoxiang781216 commented on code in PR #14865:
URL: https://github.com/apache/nuttx/pull/14865#discussion_r1852421852


##########
arch/arm/src/arm/arm_dataabort.c:
##########
@@ -70,15 +70,14 @@ void arm_dataabort(uint32_t *regs, uint32_t far, uint32_t 
fsr)
 {
   struct tcb_s *tcb = this_task();
 #ifdef CONFIG_LEGACY_PAGING
-  uint32_t *savestate;
+  bool savestate;
+  uint32_t *saveregs;

Review Comment:
   move before line 73



-- 
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]

Reply via email to