summaryrefslogtreecommitdiff
path: root/src/arch/operand-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/operand-int.h')
-rw-r--r--src/arch/operand-int.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/operand-int.h b/src/arch/operand-int.h
index d2f43f1..dc505b6 100644
--- a/src/arch/operand-int.h
+++ b/src/arch/operand-int.h
@@ -135,5 +135,12 @@ struct _GArchOperandClass
#endif
+/* Ajoute une information complémentaire à un opérande. */
+bool _g_arch_operand_set_flag(GArchOperand *, ArchOperandFlag, bool);
+
+/* Retire une information complémentaire à un opérande. */
+bool _g_arch_operand_unset_flag(GArchOperand *, ArchOperandFlag, bool);
+
+
#endif /* _ARCH_OPERAND_INT_H */