Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ __OSGetInterruptHandler
Function
__OSGetInterruptHandler
src/dolphin/src/os/OSInterrupt.c:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
__OSInterruptHandler __OSGetInterruptHandler(__OSInterrupt interrupt)
82
{
83
return InterruptHandlerTable[interrupt];
84
}
85
86
void __OSInterruptInit(void)
87
{
Callers
2
__OSDispatchInterrupt
Function · 0.85
SetExiInterruptMask
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected