mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-01 03:40:02 +00:00
eliminate old dasm layer, since we're all caught up with dasm_cache
This commit is contained in:
@@ -1398,16 +1398,6 @@ df_txti_handle_from_entity(DF_Entity *entity)
|
||||
return handle;
|
||||
}
|
||||
|
||||
//- rjf: entity -> disasm info
|
||||
|
||||
internal DASMI_Handle
|
||||
df_dasm_handle_from_process_vaddr(DF_Entity *process, U64 vaddr)
|
||||
{
|
||||
Rng1U64 disasm_vaddr_rng = r1u64(AlignDownPow2(vaddr, KB(4)), AlignDownPow2(vaddr, KB(4)) + KB(16));
|
||||
DASMI_Handle dasm_handle = dasmi_handle_from_ctrl_process_range_arch(process->ctrl_machine_id, process->ctrl_handle, disasm_vaddr_rng, process->arch);
|
||||
return dasm_handle;
|
||||
}
|
||||
|
||||
//- rjf: full path building, from file/folder entities
|
||||
|
||||
internal String8
|
||||
|
||||
Reference in New Issue
Block a user