summaryrefslogtreecommitdiff
path: root/src/arch/x86/op_xchg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/op_xchg.c')
-rw-r--r--src/arch/x86/op_xchg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/op_xchg.c b/src/arch/x86/op_xchg.c
index 7a7d71b..280db6e 100644
--- a/src/arch/x86/op_xchg.c
+++ b/src/arch/x86/op_xchg.c
@@ -50,7 +50,7 @@ GArchInstruction *x86_read_instr_xchg_r1632_e_ax(const bin_t *data, off_t *pos,
{
GArchInstruction *result; /* Instruction à retourner */
X86Opcodes opcode; /* Instruction effective */
- AsmOperandSize oprsize; /* Taille des opérandes */
+ MemoryDataSize oprsize; /* Taille des opérandes */
opcode = XOP_XCHG_R1632_E_AX + (data[*pos] - 0x90);