Add heap information to fatal exception & abort dumps
This commit is contained in:
parent
efedd24624
commit
981c87899b
4 changed files with 47 additions and 4 deletions
|
|
@ -19,7 +19,7 @@
|
|||
* Note that the compiler will push a stack frame (minimum 16 bytes)
|
||||
* in the prelude of a C function that calls any other functions.
|
||||
*/
|
||||
#define SP(var) asm volatile ("mov %0, a1" : "=r" (var));
|
||||
#define SP(var) asm volatile ("mov %0, a1" : "=r" (var))
|
||||
|
||||
/* Read the function return address to a variable.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue