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/01/18 12:17:26 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5248: xtensa: some fixes in interrupt handler

gustavonihei commented on a change in pull request #5248:
URL: https://github.com/apache/incubator-nuttx/pull/5248#discussion_r786694561



##########
File path: arch/xtensa/src/common/xtensa_int_handlers.S
##########
@@ -312,6 +312,7 @@ _xtensa_level1_handler:
 
 	s32i	a2, sp, (4 * REG_A2)
 	mov		a2, sp							      /* Address of state save on stack */
+	s32i	a3,  a2, (4 * REG_A3)

Review comment:
       ```suggestion
   	s32i	a3, a2, (4 * REG_A3)
   ```
   nit: double whitespace




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