mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
xtensa_dumpstate.c: Fix the name of the TCB variable when dumping the
backtrace. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
zhuyanlin
parent
6bcd83eb04
commit
a2cea014d3
@@ -74,7 +74,7 @@ static void up_taskdump(FAR struct tcb_s *tcb, FAR void *arg)
|
||||
|
||||
#if defined(CONFIG_XTENSA_DUMPBT_ON_ASSERT) && \
|
||||
defined(CONFIG_SCHED_BACKTRACE)
|
||||
sched_dumpstack(rtcb->pid);
|
||||
sched_dumpstack(tcb->pid);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user