summaryrefslogtreecommitdiff
path: root/src/arch/register-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/register-int.h')
-rw-r--r--src/arch/register-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/register-int.h b/src/arch/register-int.h
index fb9534b..3b40a91 100644
--- a/src/arch/register-int.h
+++ b/src/arch/register-int.h
@@ -39,7 +39,7 @@ typedef guint (* reg_hash_fc) (const GArchRegister *);
typedef int (* reg_compare_fc) (const GArchRegister *, const GArchRegister *);
/* Traduit un registre en version humainement lisible. */
-typedef void (* reg_print_fc) (const GArchRegister *, GBufferLine *, AsmSyntax);
+typedef void (* reg_print_fc) (const GArchRegister *, GBufferLine *);
/* Indique si le registre correspond à ebp ou similaire. */
typedef bool (* reg_is_base_pointer_fc) (const GArchRegister *);