1
0
Fork 0

DBG: fixed hardware breakpoints on execute

This commit is contained in:
Mr. eXoDia 2015-01-05 14:12:20 +01:00
parent 524430794f
commit c6caf21e26
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ CMDRESULT cbDebugSetHardwareBreakpoint(int argc, char* argv[])
}
}
char arg3[deflen] = ""; //size
DWORD titsize;
DWORD titsize = UE_HARDWARE_SIZE_1;
if(argget(*argv, arg3, 2, true))
{
uint size;