diff options
Diffstat (limited to 'src/arch/operand.h')
-rw-r--r-- | src/arch/operand.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/operand.h b/src/arch/operand.h index 3745a80..d22235e 100644 --- a/src/arch/operand.h +++ b/src/arch/operand.h @@ -55,6 +55,9 @@ char *g_arch_operand_get_text(const GArchOperand *, const GExeFormat *, AsmSynta /* Traduit un opérande en version humainement lisible. */ void g_arch_operand_print(const GArchOperand *, GBufferLine *, AsmSyntax); +/* Compare un opérande avec un autre. */ +bool g_arch_operand_compare(const GArchOperand *, const GArchOperand *); + #endif /* _ARCH_OPERAND_H */ |