sched/assert: Ensure that g_last_regs is aligned to 16 bytes.

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
This commit is contained in:
zhangyuan21 2023-05-23 11:14:24 +08:00 committed by Xiang Xiao
parent b24f931aca
commit ba8854184d

View file

@ -70,7 +70,7 @@
* Private Data
****************************************************************************/
static uint8_t g_last_regs[XCPTCONTEXT_SIZE];
static uint8_t g_last_regs[XCPTCONTEXT_SIZE] aligned_data(16);
#ifdef CONFIG_BOARD_COREDUMP
static struct lib_syslogstream_s g_syslogstream;