Eliminate a bug introduced in last checking

This commit is contained in:
Gregory Nutt 2014-09-15 15:10:50 -06:00
parent d14d3b29bb
commit e2952e4088

View File

@ -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);