summaryrefslogtreecommitdiff
path: root/src/arch/instruction-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-05-22 15:43:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-05-22 15:43:43 (GMT)
commit7577eadd4e871d467f747c4927a1b1984d6a7606 (patch)
treee72a2fd5c1619e60402a678b0559079ed267eab0 /src/arch/instruction-int.h
parent33aa90b022e7d711a733ca7eb62c0b285f974317 (diff)
Extended the compiler to transform all the new ARMv7 encoding definitions.
Diffstat (limited to 'src/arch/instruction-int.h')
-rw-r--r--src/arch/instruction-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/instruction-int.h b/src/arch/instruction-int.h
index f9f548b..dca63e7 100644
--- a/src/arch/instruction-int.h
+++ b/src/arch/instruction-int.h
@@ -57,7 +57,7 @@ struct _GArchInstruction
const char *encoding; /* Encodage de l'instruction */
- const char *suffix; /* Complément au nom affiché */
+ char *suffix; /* Complément au nom affiché */
char *cached_keyword; /* Désignation complète */
phys_t max_displayed_len; /* Quantité de code affichée */