mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
Oops, remove debugging line.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user