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
+1 -1
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;