xtensa_backtrace: fix typ error
N/A Signed-off-by: zhuyanlin <zhuyanlin1@xiaomi.com>
This commit is contained in:
parent
1799994f2c
commit
0e002af323
@ -234,9 +234,9 @@ int up_backtrace(struct tcb_s *tcb, void **buffer, int size)
|
|||||||
#endif
|
#endif
|
||||||
xtensa_window_spill();
|
xtensa_window_spill();
|
||||||
|
|
||||||
ret = bactrace_stack((void *)istackbase,
|
ret = backtrace_stack((void *)istackbase,
|
||||||
(void *)((uint32_t)&g_intstackalloc +
|
(void *)(istackbase +
|
||||||
CONFIG_ARCH_INTERRUPTSTACK),
|
CONFIG_ARCH_INTERRUPTSTACK),
|
||||||
(void *)up_getsp(), NULL, buffer, size);
|
(void *)up_getsp(), NULL, buffer, size);
|
||||||
#else
|
#else
|
||||||
ret = backtrace_stack(rtcb->stack_base_ptr,
|
ret = backtrace_stack(rtcb->stack_base_ptr,
|
||||||
|
Loading…
Reference in New Issue
Block a user