MCPcopy 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
86void __OSInterruptInit(void)
87{

Callers 2

__OSDispatchInterruptFunction · 0.85
SetExiInterruptMaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected