summaryrefslogtreecommitdiff
path: root/src/arch/operand.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-01-25 22:13:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-01-25 22:13:27 (GMT)
commitae3725eae3c1f2008e6f26b1057d97a6b9050a3c (patch)
treeae879f8dd7f0604ca26a13a704183e613716e16f /src/arch/operand.c
parent7370350b82305afe200c34ed91027a55f543bf98 (diff)
Provided API to subclass instructions and operands in Python.
Diffstat (limited to 'src/arch/operand.c')
-rw-r--r--src/arch/operand.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/operand.c b/src/arch/operand.c
index 07a93ab..5936979 100644
--- a/src/arch/operand.c
+++ b/src/arch/operand.c
@@ -36,6 +36,11 @@
+/* ---------------------------------------------------------------------------------- */
+/* DEFINITION D'OPERANDE QUELCONQUE */
+/* ---------------------------------------------------------------------------------- */
+
+
/* Initialise la classe générique des opérandes. */
static void g_arch_operand_class_init(GArchOperandClass *);