summaryrefslogtreecommitdiff
path: root/src/arch/immediate.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-19 20:00:40 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-19 20:00:40 (GMT)
commit12abead3f60d6f72c0d41672af87215dfc13c8fc (patch)
tree3fda90b6e1b439644a39730ae8935c74da1f2d44 /src/arch/immediate.h
parent79ae70be75b534c18fbfce38294f5ba7feef0e11 (diff)
Deleted all references to any asm syntax.
Diffstat (limited to 'src/arch/immediate.h')
-rw-r--r--src/arch/immediate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/immediate.h b/src/arch/immediate.h
index 8f8f097..149eff8 100644
--- a/src/arch/immediate.h
+++ b/src/arch/immediate.h
@@ -129,7 +129,7 @@ bool g_imm_operand_is_null(const GImmOperand *);
#define IMM_MAX_SIZE 66
/* Construit la chaîne de caractères correspondant à l'opérande. */
-size_t g_imm_operand_to_string(const GImmOperand *, AsmSyntax, char [IMM_MAX_SIZE]);
+size_t g_imm_operand_to_string(const GImmOperand *, char [IMM_MAX_SIZE]);
/* Convertit une valeur immédiate en position de type phys_t. */
bool g_imm_operand_to_phys_t(const GImmOperand *, phys_t *);