summaryrefslogtreecommitdiff
path: root/src/arch/operand-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/operand-int.h')
-rw-r--r--src/arch/operand-int.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/arch/operand-int.h b/src/arch/operand-int.h
index 92fc9bf..db63a9c 100644
--- a/src/arch/operand-int.h
+++ b/src/arch/operand-int.h
@@ -35,7 +35,11 @@ typedef enum _AsmOperandType
AOT_NONE, /* Type d'opérande inconnu ! */
AOT_IMM, /* Valeur immédiate */
AOT_REG, /* Registre quelconque */
- AOT_MEM /* Accès à la mémoire */
+ AOT_MEM, /* Accès à la mémoire */
+
+ /* X86 */
+
+ AOT_MOFFS /* Emplacement mémoire */
} AsmOperandType;