mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +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
|
* 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
|
#ifdef CONFIG_BOARD_COREDUMP
|
||||||
static struct lib_syslogstream_s g_syslogstream;
|
static struct lib_syslogstream_s g_syslogstream;
|
||||||
|
|||||||
Reference in New Issue
Block a user