summaryrefslogtreecommitdiff
path: root/src/arch/instruction-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-03-10 21:56:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-03-10 21:56:51 (GMT)
commite7a85861ba8bcd00ceb7bf9e47f4eadccd48ce3f (patch)
tree057d22b37b8c0c94a2162be624cdc23d71f51242 /src/arch/instruction-int.h
parente398035b1634ff55247a366e862c15965e7945bc (diff)
Extended and improved some parts of instructions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@344 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/instruction-int.h')
-rw-r--r--src/arch/instruction-int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/instruction-int.h b/src/arch/instruction-int.h
index d7da215..4a38eb5 100644
--- a/src/arch/instruction-int.h
+++ b/src/arch/instruction-int.h
@@ -64,9 +64,10 @@ struct _GArchInstruction
size_t operands_count; /* Nbre. d'opérandes utilisées */
GArchInstruction **from; /* Origines des références */
+ InstructionLinkType *from_types; /* Type des liens de dest. */
size_t from_count; /* Nombre de ces origines */
GArchInstruction **to; /* Eventuelles lignes visées */
- InstructionLinkType *links_type; /* Type des liens de dest. */
+ InstructionLinkType *to_types; /* Type des liens de dest. */
link_extra_info *links_info; /* Informations complémentaires*/
size_t to_count; /* Nombre de ces destinations */