mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
f730a86d22
After up_fork calls the x86_64_fork function, the rsp must be 16-byte aligned; otherwise, the movaps %xmm0, (%rsp) instruction may cause a crash. Signed-off-by: liwenxiang1 <liwenxiang1@xiaomi.com>