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

Function __OSGetExceptionHandler

src/dolphin/src/os/OS.c:544–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544__OSExceptionHandler __OSGetExceptionHandler(__OSException exception)
545{
546 return OSExceptionTable[exception];
547}
548
549static asm void OSExceptionVector(void)
550{

Callers 1

OSInitAlarmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected