summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/arm.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-12-03 22:41:29 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-12-03 22:41:29 (GMT)
commit172fce9bab61de1ffa89f731b5d10f96e209afc1 (patch)
tree31aee5a141979fa99bbf88cbf2b7990de0ec3832 /src/arch/arm/v7/arm.h
parentf7ef27195f8c9dc35e5e210a333b74fcfae5ad71 (diff)
Begun to support more than the only 'ARMv7' architecture for ARM (ARM / Thumb16 / Thumb32).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@433 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/arm/v7/arm.h')
-rw-r--r--src/arch/arm/v7/arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/v7/arm.h b/src/arch/arm/v7/arm.h
index 3b6aa3d..2a751a5 100644
--- a/src/arch/arm/v7/arm.h
+++ b/src/arch/arm/v7/arm.h
@@ -30,7 +30,7 @@
/* Désassemble une instruction ARMv7 classique. */
-GArchInstruction *process_armv7_instruction_set_encoding(uint32_t raw);
+GArchInstruction *process_armv7_arm_instruction_set_encoding(uint32_t raw);