summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/link.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-01-09 22:30:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-01-09 22:30:16 (GMT)
commitcc3e31eecd90766ae4f0bb391428c5c59567ef4c (patch)
treee442bbaf401855f7bac411ac45e3545aa96ba661 /src/arch/arm/v7/link.h
parent50a4c165df49b04fe55278d5dcfa6b56d3cc1125 (diff)
Chosen the right encoding to use when disassembling ARM binary.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@452 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/arm/v7/link.h')
-rw-r--r--src/arch/arm/v7/link.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/arch/arm/v7/link.h b/src/arch/arm/v7/link.h
index 79da9f3..fa38f74 100644
--- a/src/arch/arm/v7/link.h
+++ b/src/arch/arm/v7/link.h
@@ -25,16 +25,17 @@
#define _ARCH_ARM_V7_LINK_H
+#include "context.h"
#include "../../instruction.h"
#include "../../../format/format.h"
/* Complète un désassemblage accompli pour une instruction. */
-void handle_links_with_thumb_instruction_bl(GArchInstruction *, GProcContext *, GBinFormat *);
+void handle_links_with_thumb_instruction_bl(GArchInstruction *, GArmV7Context *, GBinFormat *);
/* Complète un désassemblage accompli pour une instruction. */
-void handle_links_with_thumb_instruction_blx(GArchInstruction *, GProcContext *, GBinFormat *);
+void handle_links_with_thumb_instruction_blx(GArchInstruction *, GArmV7Context *, GBinFormat *);