mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07: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
|
||||
if(!entries_found)
|
||||
if(run_ctrls.traps.trap_count == 0)
|
||||
{
|
||||
done = 1;
|
||||
stop_event = event;
|
||||
|
||||
Reference in New Issue
Block a user