mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:22:17 +08:00
sched/assert: Ensure that g_last_regs is aligned to 16 bytes.
Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user