xtensa_dumpstate.c: Don't dump temporary registers.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2022-03-11 19:13:49 +01:00
committed by Xiang Xiao
parent 4786963ee2
commit 2445de173d
@@ -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_LBEG], (unsigned long)regs[REG_LEND],
(unsigned long)regs[REG_LCOUNT]); (unsigned long)regs[REG_LCOUNT]);
#endif #endif
#ifndef __XTENSA_CALL0_ABI__
_alert(" TMP0: %08lx TMP1: %08lx\n",
(unsigned long)regs[REG_TMP0], (unsigned long)regs[REG_TMP1]);
#endif
} }
/**************************************************************************** /****************************************************************************