mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-09 11:01:37 -07:00
move part of file evaluations onto new async file reads
This commit is contained in:
+1
-1
@@ -289,8 +289,8 @@ dasm_artifact_create(String8 key, B32 *retry_out)
|
||||
if(params.dbgi_key.path.size != 0)
|
||||
{
|
||||
rdi = di_rdi_from_key(di_scope, ¶ms.dbgi_key, 1, 0);
|
||||
stale = (stale || (rdi == &rdi_parsed_nil));
|
||||
}
|
||||
stale = (stale || (rdi == &rdi_parsed_nil));
|
||||
|
||||
//- rjf: data * arch * addr * dbg -> decode artifacts
|
||||
DASM_LineChunkList line_list = {0};
|
||||
|
||||
Reference in New Issue
Block a user