mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
outer loop timeout exit condition in ctrl process memory cache lookup
This commit is contained in:
@@ -1790,6 +1790,12 @@ ctrl_key_from_process_vaddr_range(CTRL_Handle process, Rng1U64 vaddr_range, B32
|
|||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//- rjf: step 5: exit if out of time
|
||||||
|
if(os_now_microseconds() >= endt_us)
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if(out_is_stale)
|
if(out_is_stale)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user