DBG: temporary fix for AutoPatchExporter
This commit is contained in:
parent
bcb1df389c
commit
fa82c80c51
|
@ -150,8 +150,8 @@ void PatchDelRange(duint Start, duint End, bool Restore)
|
|||
|
||||
bool PatchEnum(PATCHINFO* List, size_t* Size)
|
||||
{
|
||||
if(!DbgIsDebugging())
|
||||
return false;
|
||||
/*if(!DbgIsDebugging())
|
||||
return false;*/
|
||||
ASSERT_FALSE(!List && !Size);
|
||||
SHARED_ACQUIRE(LockPatches);
|
||||
|
||||
|
|
Loading…
Reference in New Issue