mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 13:16:28 +08:00
69cfe8d626
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>