mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Oops, remove debugging line.
This commit is contained in:
parent
b5b13c6ab5
commit
4efe58ad34
@ -902,7 +902,6 @@ struct GetModuleIdByAddressArg
|
||||
bool __GetModuleIdByAddressIterator(Module *module, GetModuleIdByAddressArg *state)
|
||||
{
|
||||
const u32 start = module->memoryBlockAddr, size = module->memoryBlockSize;
|
||||
printf("%08x - %08x ? %08x\n", start, start + size, state->addr);
|
||||
if (start <= state->addr && start + size > state->addr)
|
||||
{
|
||||
state->result = module->GetUID();
|
||||
|
Loading…
Reference in New Issue
Block a user