We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafe045 commit 7328849Copy full SHA for 7328849
arch/arm/core/aarch32/fatal.c
@@ -45,6 +45,9 @@ static void esf_dump(const z_arch_esf_t *esf)
45
LOG_ERR("r10/v7: 0x%08x r11/v8: 0x%08x psp: 0x%08x",
46
callee->v7, callee->v8, callee->psp);
47
}
48
+
49
+ LOG_ERR("EXC_RETURN: 0x%0x", esf->extra_info.exc_return);
50
51
#endif /* CONFIG_EXTRA_EXCEPTION_INFO */
52
LOG_ERR("Faulting instruction address (r15/pc): 0x%08x",
53
esf->basic.pc);
0 commit comments