SSBM Decomp
Loading...
Searching...
No Matches
OSError.c File Reference
#include <dolphin.h>
#include <stdio.h>
#include <dolphin/os.h>
#include "__os.h"
#include "dolphin/os/OSThread.h"

Functions

void OSReport (char *msg,...)
void OSPanic (const char *file, int line, const char *msg,...)
OSErrorHandler OSSetErrorHandler (OSError error, OSErrorHandler handler)
void __OSUnhandledException (unsigned char exception, struct OSContext *context, unsigned long dsisr, unsigned long dar)

Variables

OSErrorHandler OSErrorTable [15]

Function Documentation

◆ OSReport()

void OSReport ( char * msg,
... )

◆ OSPanic()

void OSPanic ( const char * file,
int line,
const char * msg,
... )

◆ OSSetErrorHandler()

OSErrorHandler OSSetErrorHandler ( OSError error,
OSErrorHandler handler )

◆ __OSUnhandledException()

void __OSUnhandledException ( unsigned char exception,
struct OSContext * context,
unsigned long dsisr,
unsigned long dar )

Variable Documentation

◆ OSErrorTable

OSErrorHandler OSErrorTable[15]