mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
assert: add regs parameter to board_crashdump function
Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
This commit is contained in:
@@ -381,7 +381,7 @@ int stm32_bbsram_int(void)
|
||||
#if defined(CONFIG_STM32_SAVE_CRASHDUMP)
|
||||
void board_crashdump(uintptr_t sp, struct tcb_s *tcb,
|
||||
const char *filename, int lineno,
|
||||
const char *msg)
|
||||
const char *msg, FAR void *regs)
|
||||
{
|
||||
fullcontext_t *pdump = (fullcontext_t *)&g_sdata;
|
||||
int rv;
|
||||
|
||||
Reference in New Issue
Block a user