1
0
Fork 0

DBG: temporary fix for AutoPatchExporter

This commit is contained in:
Duncan Ogilvie 2018-07-05 02:39:09 +02:00
parent bcb1df389c
commit fa82c80c51
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 2 additions and 2 deletions

View File

@ -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);