![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| void | OSReport (const char *msg,...) |
| void | OSVReport (const char *msg, va_list list) |
| void | OSPanic (const char *file, int line, const char *msg,...) |
| OSErrorHandler | OSSetErrorHandler (OSError error, OSErrorHandler handler) |
| volatile OSContext *__OSFPUContext | AT_ADDRESS (OS_BASE_CACHED|0x00D8) |
| void | __OSUnhandledException (__OSException exception, OSContext *context, u32 dsisr, u32 dar) |
Variables | |
| OSErrorHandler | __OSErrorTable [17] |
| u32 | __OSFpscrEnableBits = FPSCR_ENABLE |
| void __OSUnhandledException | ( | __OSException | exception, |
| OSContext * | context, | ||
| u32 | dsisr, | ||
| u32 | dar ) |
| volatile OSContext *__OSFPUContext AT_ADDRESS | ( | OS_BASE_CACHED| | 0x00D8 | ) |
| void OSPanic | ( | const char * | file, |
| int | line, | ||
| const char * | msg, | ||
| ... ) |
| void OSReport | ( | const char * | msg, |
| ... ) |
| OSErrorHandler OSSetErrorHandler | ( | OSError | error, |
| OSErrorHandler | handler ) |
| DECL_WEAK void OSVReport | ( | const char * | msg, |
| va_list | list ) |
| OSErrorHandler __OSErrorTable[17] |
| u32 __OSFpscrEnableBits = FPSCR_ENABLE |