mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops, remove debugging line.
This commit is contained in:
parent
b5b13c6ab5
commit
4efe58ad34
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue