| 16 | } |
| 17 | |
| 18 | void __DBExceptionDestinationAux(void) |
| 19 | { |
| 20 | u32 *contextAddr = (void *)0x00C0; |
| 21 | OSContext *context = (OSContext *)OSPhysicalToCached(*contextAddr); |
| 22 | |
| 23 | OSReport("DBExceptionDestination\n"); |
| 24 | OSDumpContext(context); |
| 25 | PPCHalt(); |
| 26 | } |
| 27 | |
| 28 | /* clang-format off */ |
| 29 | asm void __DBExceptionDestination(void) { |
nothing calls this directly
no test coverage detected