PSPSDK 2024-10-31
|
Macros | |
#define | CALL 0x0C000000 |
#define | CALL_MASK 0xFC000000 |
#define | IS_CALL(x) (((x) & CALL_MASK) == CALL) |
#define | CALL_ADDR(x) (((x) & ~CALL_MASK) << 2) |
Functions | |
int | pspDebugGetStackTrace2 (PspDebugRegBlock *regs, PspDebugStackTrace *trace, int max) |
Do a stack trace from the current exception. | |
Variables | |
u32 | _ftext |
u32 | _etext |
#define CALL 0x0C000000 |
#define CALL_MASK 0xFC000000 |
|
extern |
|
extern |