MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / BC0TL

Function BC0TL

pcsx2/COP0.cpp:620–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618 }
619
620 void BC0TL()
621 {
622 if (CPCOND0() == 1)
623 intDoBranch(_BranchTarget_);
624 else
625 cpuRegs.pc += 4;
626 }
627
628 void ERET()
629 {

Callers

nothing calls this directly

Calls 2

CPCOND0Function · 0.85
intDoBranchFunction · 0.85

Tested by

no test coverage detected