Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
549
static asm void OSExceptionVector(void)
550
{
Callers
1
OSInitAlarm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected