SSBM Decomp
Loading...
Searching...
No Matches
OSError.c File Reference
#include <stdarg.h>
#include <stdio.h>
#include <dolphin/base/PPCArch.h>
#include <dolphin/dsp/dsp.h>
#include <dolphin/os.h>
#include <dolphin/os/OSError.h>
#include <dolphin/os/OSInit.h>
#include <dolphin/os/OSInterrupt.h>
#include <dolphin/os/OSThread.h>
#include <dolphin/os/OSTime.h>

Functions

void OSReport (char *msg,...)
 
void OSPanic (char *file, int line, char *msg,...)
 
OSErrorHandler OSSetErrorHandler (OSError error, OSErrorHandler handler)
 
void __OSUnhandledException (u8 error, OSContext *context, u32 dsisr, u32 dar)
 

Variables

OSErrorHandler __OSErrorTable [16]
 

Function Documentation

◆ OSReport()

void OSReport ( char *  msg,
  ... 
)

◆ OSPanic()

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

◆ OSSetErrorHandler()

OSErrorHandler OSSetErrorHandler ( OSError  error,
OSErrorHandler  handler 
)

◆ __OSUnhandledException()

void __OSUnhandledException ( u8  error,
OSContext context,
u32  dsisr,
u32  dar 
)

Variable Documentation

◆ __OSErrorTable

OSErrorHandler __OSErrorTable[16]