summaryrefslogtreecommitdiff
path: root/src/arch/x86/op_stos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/op_stos.c')
-rw-r--r--src/arch/x86/op_stos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/op_stos.c b/src/arch/x86/op_stos.c
index bf47ee7..c44c304 100644
--- a/src/arch/x86/op_stos.c
+++ b/src/arch/x86/op_stos.c
@@ -49,7 +49,7 @@
GArchInstruction *x86_read_instr_stos_m1632_e_ax(const bin_t *data, off_t *pos, off_t len, vmpa_t addr, X86Prefix prefix, const GX86Processor *proc)
{
GArchInstruction *result; /* Instruction à retourner */
- AsmOperandSize oprsize; /* Taille des opérandes */
+ MemoryDataSize oprsize; /* Taille des opérandes */
result = g_x86_instruction_new(XOP_STOS_M1632_E_AX);