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

Function PPCMtpmc1

src/dolphin/src/base/PPCArch.c:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101asm void PPCMtpmc1(register u32 newPmc1)
102{
103 nofralloc;
104 mtspr PMC1, newPmc1;
105 blr
106}
107
108asm void PPCMtpmc2(register u32 newPmc2)
109{

Callers 1

OSInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected