mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Revert "sched/assert: Store table for all registers instead of buffer"
This reverts commit 5ce169f047.
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@
|
|||||||
* Private Data
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
static uintptr_t g_last_regs[XCPTCONTEXT_REGS] aligned_data(16);
|
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