summaryrefslogtreecommitdiff
path: root/src/arch/operand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/operand.h')
-rw-r--r--src/arch/operand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/operand.h b/src/arch/operand.h
index bb7388d..9a36f3d 100644
--- a/src/arch/operand.h
+++ b/src/arch/operand.h
@@ -63,7 +63,7 @@ int g_arch_operand_compare(const GArchOperand *, const GArchOperand *);
void g_arch_operand_set_alt_text(GArchOperand *, const char *, RenderingTagType);
/* Traduit un opérande en version humainement lisible. */
-void g_arch_operand_print(const GArchOperand *, GBufferLine *, AsmSyntax);
+void g_arch_operand_print(const GArchOperand *, GBufferLine *);
/* Construit un petit résumé concis de l'opérande. */
char *g_arch_operand_build_tooltip(const GArchOperand *, const GLoadedBinary *);