summaryrefslogtreecommitdiff
path: root/src/arch/operands/rename-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-05-28 22:25:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-05-28 22:25:26 (GMT)
commit2700e6892a0c0d78baf7228040aa07a1e21c6f53 (patch)
treec8c74971b53ec4333c7c7eef2b6e102a33f57fe5 /src/arch/operands/rename-int.h
parent614b0d9febfffc8c8ee6c554d5132b9ecd9bff78 (diff)
Adapted the API for renamed operands.
Diffstat (limited to 'src/arch/operands/rename-int.h')
-rw-r--r--src/arch/operands/rename-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/operands/rename-int.h b/src/arch/operands/rename-int.h
index 28653b9..d0551d0 100644
--- a/src/arch/operands/rename-int.h
+++ b/src/arch/operands/rename-int.h
@@ -33,7 +33,7 @@
/* Obtient l'adresse de la cible visée par un opérande. */
-typedef const char * (* get_renamed_text_fc) (const GRenamedOperand *);
+typedef char * (* get_renamed_text_fc) (const GRenamedOperand *);
/* Opérande renommé avec un texte alternatif (interface) */