MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / common_getNextOp

Function common_getNextOp

source/emulation/cpu/common/cpu.cpp:1495–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1493}
1494
1495DecodedOp* common_getNextOp(CPU* cpu) {
1496 if (cpu->thread->terminating) {
1497 return nullptr;
1498 }
1499 return cpu->getNextOp();
1500}
1501
1502U32 common_readCrx(CPU* cpu, U32 which, U32 reg) {
1503 return cpu->readCrx(which, reg);

Callers

nothing calls this directly

Calls 1

getNextOpMethod · 0.80

Tested by

no test coverage detected