mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-29 06:41:49 -07:00
adjust step trap net build in case of memory read failure - ensure we get correct memory read, otherwise we can generate bad trap nets during heavy load. allow high vs. low priority in async rdi loading; use low-priority in pre-emptive case
This commit is contained in:
@@ -533,7 +533,7 @@ ASYNC_WORK_DEF(dasm_parse_work)
|
||||
RDI_Parsed *rdi = &rdi_parsed_nil;
|
||||
if(params.dbgi_key.path.size != 0)
|
||||
{
|
||||
rdi = di_rdi_from_key(di_scope, ¶ms.dbgi_key, max_U64);
|
||||
rdi = di_rdi_from_key(di_scope, ¶ms.dbgi_key, 1, max_U64);
|
||||
}
|
||||
|
||||
//- rjf: hash -> data
|
||||
|
||||
Reference in New Issue
Block a user