summaryrefslogtreecommitdiff
path: root/src/arch/operand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/operand.h')
-rw-r--r--src/arch/operand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/operand.h b/src/arch/operand.h
index e913059..a05f819 100644
--- a/src/arch/operand.h
+++ b/src/arch/operand.h
@@ -34,6 +34,8 @@
/* Taille des données intégrées */
typedef enum _AsmOperandSize
{
+ AOS_UNDEFINED, /* Taille non définie */
+
AOS_8_BITS, /* Opérande sur 8 bits */
AOS_16_BITS, /* Opérande sur 16 bits */
AOS_32_BITS, /* Opérande sur 32 bits */