Fixed DbgLoopDel
This commit is contained in:
parent
ddd59a5e24
commit
1c01dbd74e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue