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/03/09 12:35:57 UTC

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5703: arch/arm: Support setjmp/longjmp for all socs

no1wudi commented on a change in pull request #5703:
URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822603578



##########
File path: libs/libc/machine/arm/gnu/arch_setjmp.S
##########
@@ -64,7 +59,10 @@
  *
  ****************************************************************************/
 
+#ifdef CONFIG_ARM_THUMB
+	.thumb

Review comment:
       It can be removed, it just a explicit description (a alias to `.code 16`) for thumb mode.




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