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

Function PPCMtpmc2

src/dolphin/src/base/PPCArch.c:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108asm void PPCMtpmc2(register u32 newPmc2)
109{
110 nofralloc;
111 mtspr PMC2, newPmc2;
112 blr
113}
114
115asm void PPCMtpmc3(register u32 newPmc3)
116{

Callers 1

OSInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected