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

Function PPCMfmsr

src/dolphin/src/base/PPCArch.c:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15void PPCMthid0(u32 newHID0);
16
17asm u32 PPCMfmsr(void)
18{
19 nofralloc;
20 mfmsr r3;
21 blr
22}
23
24asm void PPCMtmsr(register u32 newMSR)
25{

Callers 3

L2InitFunction · 0.85
OSSetErrorHandlerFunction · 0.85
__OSUnhandledExceptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected