Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
void PPCMthid0(u32 newHID0);
16
17
asm u32 PPCMfmsr(void)
18
{
19
nofralloc;
20
mfmsr r3;
21
blr
22
}
23
24
asm void PPCMtmsr(register u32 newMSR)
25
{
Callers
3
L2Init
Function · 0.85
OSSetErrorHandler
Function · 0.85
__OSUnhandledException
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected