summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/arm.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-04-21 20:14:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-04-21 20:14:04 (GMT)
commitd062f5ffbac1250938206f4d2e15c44d8a9357f6 (patch)
treeb7bf90248866925515b3c2029eb7e9bbc12e6e05 /src/arch/arm/v7/arm.h
parentc517a9defa6fae19007a398e0594074d08d18fd0 (diff)
Got prepared for more ARMv7 opcodes.
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 2a751a5..5fcedc3 100644
--- a/src/arch/arm/v7/arm.h
+++ b/src/arch/arm/v7/arm.h
@@ -29,7 +29,7 @@
-/* Désassemble une instruction ARMv7 classique. */
+/* Désassemble une instruction ARMv7 liées au chapitre A5.1. */
GArchInstruction *process_armv7_arm_instruction_set_encoding(uint32_t raw);