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/04/04 19:37:39 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #3313: arch/arm: Replace "b lr" or "mov pc, lr" with "bx lr"

xiaoxiang781216 opened a new pull request #3313:
URL: https://github.com/apache/incubator-nuttx/pull/3313


   ## Summary
   to unify the return method
   
   ## Impact
   No real change
   
   ## Testing
   Pass CI and ostest
   


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

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



[GitHub] [incubator-nuttx] btashton commented on pull request #3313: arch/arm: Replace "b lr" or "mov pc, lr" with "bx lr"

Posted by GitBox <gi...@apache.org>.
btashton commented on pull request #3313:
URL: https://github.com/apache/incubator-nuttx/pull/3313#issuecomment-813124561


   @xiaoxiang781216  with the setjmp code having been updated this need to be rebased.


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

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



[GitHub] [incubator-nuttx] davids5 merged pull request #3313: arch/arm: Replace "b lr" or "mov pc, lr" with "bx lr"

Posted by GitBox <gi...@apache.org>.
davids5 merged pull request #3313:
URL: https://github.com/apache/incubator-nuttx/pull/3313


   


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

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3313: arch/arm: Replace "b lr" or "mov pc, lr" with "bx lr"

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #3313:
URL: https://github.com/apache/incubator-nuttx/pull/3313#issuecomment-813179306


   Done, thanks for reminding me.


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

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