arch: xtensa: Fix a compile warning in xtensa_dumpstate.c

Summary:
- This commit fixes a compile warning if CONFIG_ARCH_INTERRUPTSTACK is set

Impact:
- None

Testing:
- Built with esp32-devkitc:smp

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2021-02-18 09:58:09 +09:00 committed by Abdelatif Guettouche
parent 458e021c86
commit 3ddfab239f

View File

@ -38,6 +38,7 @@
#include "sched/sched.h"
#include "xtensa.h"
#include "chip_memory.h"
#include "chip_macros.h"
#ifdef CONFIG_DEBUG_ALERT