This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 1f96f42f1e8af9d2a5363d0ddb9d90dc0fb6ab94 Author: Abdelatif Guettouche <[email protected]> AuthorDate: Tue Dec 1 16:53:26 2020 +0000 arch/xtensa/include/irq.h: Reserve some space for interptee's BSA. Signed-off-by: Abdelatif Guettouche <[email protected]> --- arch/xtensa/include/irq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xtensa/include/irq.h b/arch/xtensa/include/irq.h index 5d80cbb..280bfaa 100644 --- a/arch/xtensa/include/irq.h +++ b/arch/xtensa/include/irq.h @@ -134,7 +134,7 @@ # define XCPTCONTEXT_REGS _REG_OVLY_START #endif -#define XCPTCONTEXT_SIZE (4 * XCPTCONTEXT_REGS) +#define XCPTCONTEXT_SIZE ((4 * XCPTCONTEXT_REGS) + 0x20) /**************************************************************************** * Public Types
