xiaoxiang781216 commented on code in PR #15199:
URL: https://github.com/apache/nuttx/pull/15199#discussion_r1886592152
##########
arch/arm/src/armv8-m/arm_exception.S:
##########
@@ -209,7 +210,11 @@ exception_common:
mov sp, r2 /* Instantiate
the aligned stack */
3:
#endif
-
+ mov fp, r1
+ .cfi_def_cfa fp, 0 /* Register in
fp, so we just set fp as frame */
+ .cfi_offset pc, REG_PC * 4
Review Comment:
change tab to space around operator in ALL places
```suggestion
.cfi_offset pc, REG_PC * 4
```
--
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]