summaryrefslogtreecommitdiff
path: root/src/arch/x86/op_movsx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/op_movsx.c')
-rw-r--r--src/arch/x86/op_movsx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/op_movsx.c b/src/arch/x86/op_movsx.c
index 461309f..e75f1a1 100644
--- a/src/arch/x86/op_movsx.c
+++ b/src/arch/x86/op_movsx.c
@@ -59,13 +59,13 @@ asm_x86_instr *x86_read_instr_movsx_r1632_rm8(const uint8_t *data, off_t *pos, o
oprsize = switch_x86_operand_size_if_needed(proc, data, pos);
ASM_INSTRUCTION(result)->opcode = data[(*pos)++];
-
+ /*
if (!x86_read_two_operands(result, data, pos, len, X86_OTP_R1632, X86_OTP_RM8, oprsize))
{
free(result);
return NULL;
}
-
+ */
return result;
}