Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ isValidReadAddress
Method
isValidReadAddress
source/emulation/cpu/normal/normalCPU.cpp:159–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
bool NormalCPU::isValidReadAddress(U32 address) {
160
return memory->canRead(address >> K_PAGE_SHIFT);
161
}
162
163
DecodedOp* NormalCPU::decodeOneOp(U32 eip) {
164
U32 opCount = 0;
Callers
nothing calls this directly
Calls
1
canRead
Method · 0.45
Tested by
no test coverage detected