libnx
v4.7.0
|
Struct for fatal Cpu context, 32-bit. More...
#include <fatal.h>
Data Fields | |
union { | |
u32 r [16] | |
struct { | |
u32 _r [11] | |
u32 fp | |
u32 ip | |
u32 sp | |
u32 lr | |
u32 pc | |
} | |
}; | |
u32 | pstate |
u32 | afsr0 |
u32 | afsr1 |
u32 | esr |
u32 | far |
u32 | stack_trace [32] |
u32 | stack_trace_size |
u32 | start_address |
Address of first NSO loaded (generally, process entrypoint). | |
u32 | register_set_flags |
Bitmask, bit i indicates GPR i has a value. | |
Struct for fatal Cpu context, 32-bit.