mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
fix failure condition in entry point detection
This commit is contained in:
@@ -2192,7 +2192,7 @@ ctrl_thread__launch_and_init(CTRL_Msg *msg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//- rjf: no entry point found -> done
|
//- rjf: no entry point found -> done
|
||||||
if(!entries_found)
|
if(run_ctrls.traps.trap_count == 0)
|
||||||
{
|
{
|
||||||
done = 1;
|
done = 1;
|
||||||
stop_event = event;
|
stop_event = event;
|
||||||
|
|||||||
Reference in New Issue
Block a user