Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1194
bool CPU::shouldContinue(U32 eip) {
1195
return this->memory->getDecodedOp(eip) == nullptr;
1196
}
1197
1198
DecodedOp** CPU::getOpLocation(U32 eip) {
1199
return this->memory->getDecodedOpLocation(eip);
Callers
1
decodeBlock
Function · 0.80
Calls
1
getDecodedOp
Method · 0.80
Tested by
no test coverage detected