summaryrefslogtreecommitdiff
path: root/src/arch/x86/op_push.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/op_push.c')
-rw-r--r--src/arch/x86/op_push.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/x86/op_push.c b/src/arch/x86/op_push.c
index 0e0d100..8181984 100644
--- a/src/arch/x86/op_push.c
+++ b/src/arch/x86/op_push.c
@@ -50,7 +50,7 @@
GArchInstruction *x86_read_instr_push_imm1632(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_PUSH_IMM1632);
@@ -88,7 +88,7 @@ GArchInstruction *x86_read_instr_push_r1632(const bin_t *data, off_t *pos, off_t
{
GArchInstruction *result; /* Instruction à retourner */
X86Opcodes opcode; /* Instruction effective */
- AsmOperandSize oprsize; /* Taille des opérandes */
+ MemoryDataSize oprsize; /* Taille des opérandes */
opcode = XOP_PUSH_E_AX + (data[*pos] - 0x50);
@@ -126,7 +126,7 @@ GArchInstruction *x86_read_instr_push_r1632(const bin_t *data, off_t *pos, off_t
GArchInstruction *x86_read_instr_push_rm1632(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_PUSH_RM1632);