mirror of
https://github.com/apache/nuttx.git
synced 2026-09-16 10:04:58 +08:00
After check the official specification of ARM ISA and Thumb ISA, the arch_setjmp_thumb.S are written by arm unified assembly language, so it easy to make it works for ARM and thumb ISA. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>