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

Function BREAK

pcsx2/R5900OpcodeImpl.cpp:1208–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1206}
1207
1208void BREAK() {
1209 cpuRegs.pc -= 4;
1210 cpuException(0x24, cpuRegs.branch);
1211}
1212
1213void MFSA() {
1214 if (!_Rd_) return;

Callers

nothing calls this directly

Calls 1

cpuExceptionFunction · 0.85

Tested by

no test coverage detected