1
0
Fork 0

Fixed DbgLoopDel

This commit is contained in:
RaMMicHaeL 2014-07-25 10:04:23 +03:00
parent ddd59a5e24
commit 1c01dbd74e
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ BRIDGE_IMPEXP bool DbgLoopDel(int depth, duint addr)
{ {
FUNCTION_LOOP_INFO info; FUNCTION_LOOP_INFO info;
info.addr=addr; info.addr=addr;
info.depth; info.depth=depth;
if(!_dbg_sendmessage(DBG_LOOP_DEL, &info, 0)) if(!_dbg_sendmessage(DBG_LOOP_DEL, &info, 0))
return false; return false;
return true; return true;