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 2021/09/16 08:26:15 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4556: xtensa:backtrace: flush to stack when in interrupt

xiaoxiang781216 commented on a change in pull request #4556:
URL: https://github.com/apache/incubator-nuttx/pull/4556#discussion_r709899110



##########
File path: arch/xtensa/src/common/xtensa_backtrace.c
##########
@@ -219,6 +225,8 @@ int up_backtrace(FAR struct tcb_s *tcb, FAR void **buffer, int size)
     {
       if (up_interrupt_context())
         {
+          xtensa_window_spill();

Review comment:
       move after line 236




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