sketch out new unwind cache types

This commit is contained in:
Ryan Fleury
2024-03-21 13:53:12 -07:00
parent 1466b27385
commit 2c9ff37b2c
4 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ dasm_handle_from_ctrl_process_range_arch(CTRL_MachineID machine, DMN_Handle proc
for(DASM_Entity *e = slot->first; e != 0; e = e->next)
{
if(e->machine_id == machine &&
ctrl_handle_match(e->process, process) &&
dmn_handle_match(e->process, process) &&
MemoryMatchStruct(&e->vaddr_range, &vaddr_range) &&
e->arch == arch)
{