mirror of
https://github.com/apache/nuttx.git
synced 2026-09-23 16:22:23 +08:00
arch: arm64: Fix ARM64_CONTEXT_REGS number
This commit fixes the regression in https://github.com/apache/nuttx/pull/14063 Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com>
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
|
||||
/* In Armv8-A Architecture, the stack must align with 16 byte */
|
||||
|
||||
#define ARM64_CONTEXT_REGS (38)
|
||||
#define ARM64_CONTEXT_REGS (36)
|
||||
#define ARM64_CONTEXT_SIZE (8 * ARM64_CONTEXT_REGS)
|
||||
|
||||
#ifdef CONFIG_ARCH_FPU
|
||||
|
||||
Reference in New Issue
Block a user