summaryrefslogtreecommitdiff
path: root/src/arch/operand.h
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.h
parent7370350b82305afe200c34ed91027a55f543bf98 (diff)
Provided API to subclass instructions and operands in Python.
Diffstat (limited to 'src/arch/operand.h')
-rw-r--r--src/arch/operand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/operand.h b/src/arch/operand.h
index 9a36f3d..a881a91 100644
--- a/src/arch/operand.h
+++ b/src/arch/operand.h
@@ -34,6 +34,9 @@
+/* ------------------------ DEFINITION D'OPERANDE QUELCONQUE ------------------------ */
+
+
/* Depuis "../analysis/binary.h" : description de fichier binaire */
typedef struct _GLoadedBinary GLoadedBinary;