summaryrefslogtreecommitdiff
path: root/src/arch/x86/op_arpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/op_arpl.c')
-rw-r--r--src/arch/x86/op_arpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/op_arpl.c b/src/arch/x86/op_arpl.c
index 9b58bda..22ff122 100644
--- a/src/arch/x86/op_arpl.c
+++ b/src/arch/x86/op_arpl.c
@@ -52,7 +52,7 @@ GArchInstruction *x86_read_instr_arpl_rm16_r16(const bin_t *data, off_t *pos, of
result = g_x86_instruction_new(XOP_ARPL_RM16_R16);
- if (!x86_read_two_operands(result, data, pos, len, X86_OTP_RM1632, X86_OTP_R1632, AOS_16_BITS))
+ if (!x86_read_two_operands(result, data, pos, len, X86_OTP_RM1632, X86_OTP_R1632, MDS_16_BITS))
{
/* TODO free(result);*/
return NULL;