mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
sched/assert: Store table for all registers instead of buffer
This way the registers can be read easily
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@
|
|||||||
* Private Data
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
static uint8_t g_last_regs[XCPTCONTEXT_SIZE] aligned_data(16);
|
static uintptr_t g_last_regs[XCPTCONTEXT_REGS] 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