mirror of
https://github.com/wiiu-env/wut.git
synced 2025-02-03 00:12:35 +01:00
eb1a610f92
* The context structure for the crash handler thread needs to be aligned to at least 8 bytes. * In my cases, the entry at the bottom of my stack always has a back-chain value of 0x1. Of course, this address is not likely to be part of the stack, so this should be considered to be the end of the stack. * During ISI exceptions, only a stack trace is printed, and during DSI, disassembly and stack information is printed. For some unknown reason, I never see register dumps.