gustavonihei commented on code in PR #6136:
URL: https://github.com/apache/incubator-nuttx/pull/6136#discussion_r856278972


##########
arch/xtensa/src/common/xtensa_user_handler.S:
##########
@@ -220,6 +220,10 @@ _xtensa_user_handler:
        s32i    a0, sp, (4 * REG_A0)
        s32i    a2, sp, (4 * REG_A2)
 
+#ifdef CONFIG_XTENSA_INTBACKTRACE
+  wsr sp, EXCSAVE_1

Review Comment:
   ```suggestion
        wsr sp, EXCSAVE_1
   ```
   nit: alignment



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

Reply via email to