summaryrefslogtreecommitdiff
path: root/src/arch/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/link.c')
-rw-r--r--src/arch/link.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/link.c b/src/arch/link.c
index f09621e..7eaa1d9 100644
--- a/src/arch/link.c
+++ b/src/arch/link.c
@@ -138,7 +138,6 @@ void handle_branch_as_link(GArchInstruction *instr, GArchProcessor *proc, GProcC
}
- range = g_arch_instruction_get_range(instr);
compute_mrange_end_addr(range, &next);
target = g_arch_processor_find_instr_by_address(proc, &next);