This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 103b7097b6f9f767445232aa2fb113585618f6aa
Author: Masayuki Ishikawa <[email protected]>
AuthorDate: Mon Jun 19 22:47:29 2023 +0900

    Revert "sched/assert: Store table for all registers instead of buffer"
    
    This reverts commit 5ce169f04726f2673a4e695e5666a3263d503d05.
---
 sched/misc/assert.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sched/misc/assert.c b/sched/misc/assert.c
index 847b7460f6..a1d09353be 100644
--- a/sched/misc/assert.c
+++ b/sched/misc/assert.c
@@ -70,7 +70,7 @@
  * 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
 static struct lib_syslogstream_s  g_syslogstream;

Reply via email to