diff --git a/arch/xtensa/src/common/xtensa_dumpstate.c b/arch/xtensa/src/common/xtensa_dumpstate.c index 7bd2ed97fae..f5869f5a77e 100644 --- a/arch/xtensa/src/common/xtensa_dumpstate.c +++ b/arch/xtensa/src/common/xtensa_dumpstate.c @@ -256,10 +256,6 @@ static inline void xtensa_registerdump(uintptr_t *regs) (unsigned long)regs[REG_LBEG], (unsigned long)regs[REG_LEND], (unsigned long)regs[REG_LCOUNT]); #endif -#ifndef __XTENSA_CALL0_ABI__ - _alert(" TMP0: %08lx TMP1: %08lx\n", - (unsigned long)regs[REG_TMP0], (unsigned long)regs[REG_TMP1]); -#endif } /****************************************************************************