MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / __DBExceptionDestinationAux

Function __DBExceptionDestinationAux

src/dolphin/src/db/db.c:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void __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 */
29asm void __DBExceptionDestination(void) {

Callers

nothing calls this directly

Calls 2

OSReportFunction · 0.85
OSDumpContextFunction · 0.85

Tested by

no test coverage detected