You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/22 14:18:26 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6136: xtensa: Fix backtrace on exceptions

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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org