diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/operand.c | 5 | ||||
-rw-r--r-- | src/arch/operand.h | 3 |
2 files changed, 8 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 *); 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; |