summaryrefslogtreecommitdiff
path: root/src/arch/operand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/operand.c')
-rw-r--r--src/arch/operand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/operand.c b/src/arch/operand.c
index 0f488b3..724f3c0 100644
--- a/src/arch/operand.c
+++ b/src/arch/operand.c
@@ -91,7 +91,7 @@ static void g_arch_operand_init(GArchOperand *operand)
* *
******************************************************************************/
-char *g_arch_operand_get_text(const GArchOperand *operand, const exe_format *format, AsmSyntax syntax)
+char *g_arch_operand_get_text(const GArchOperand *operand, const GExeFormat *format, AsmSyntax syntax)
{
return operand->get_text(operand, format, syntax);