summaryrefslogtreecommitdiff
path: root/src/arch/instruction-int.h
diff options
context:
space:
mode:
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 */