mirror of
https://github.com/apache/nuttx.git
synced 2026-09-19 20:39:39 +08:00
In AArch32, the frame pointer is stored in register R11 for ARM code or register R7 for Thumb code. In AArch64, the frame pointer is stored in register X29. Signed-off-by: chao.an <anchao@xiaomi.com>