Eliminate a bug introduced in last checking
This commit is contained in:
parent
d14d3b29bb
commit
e2952e4088
@ -243,7 +243,7 @@ static void up_dumpstate(void)
|
||||
|
||||
if (rtcb->xcp.kstack)
|
||||
{
|
||||
uint32_t kstackbase = (uint32_t)rtcb->xcp.kstack + CONFIG_ARCH_KERNEL_STACKSIZE - 4;
|
||||
kstackbase = (uint32_t)rtcb->xcp.kstack + CONFIG_ARCH_KERNEL_STACKSIZE - 4;
|
||||
|
||||
lldbg("Kernel stack:\n");
|
||||
lldbg(" base: %08x\n", kstackbase);
|
||||
|
Loading…
Reference in New Issue
Block a user