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

Method shouldContinue

source/emulation/cpu/common/cpu.cpp:1194–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1192}
1193
1194bool CPU::shouldContinue(U32 eip) {
1195 return this->memory->getDecodedOp(eip) == nullptr;
1196}
1197
1198DecodedOp** CPU::getOpLocation(U32 eip) {
1199 return this->memory->getDecodedOpLocation(eip);

Callers 1

decodeBlockFunction · 0.80

Calls 1

getDecodedOpMethod · 0.80

Tested by

no test coverage detected