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:
parent
154cb4a860
commit
274ca2ea65
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue