summaryrefslogtreecommitdiff
path: root/src/arch/x86/op_int.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/op_int.c')
-rw-r--r--src/arch/x86/op_int.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/op_int.c b/src/arch/x86/op_int.c
index eef2c1c..b40b257 100644
--- a/src/arch/x86/op_int.c
+++ b/src/arch/x86/op_int.c
@@ -54,7 +54,7 @@ GArchInstruction *x86_read_instr_int_3(const bin_t *data, off_t *pos, off_t len,
result = g_x86_instruction_new(XOP_INT_3);
- three = g_imm_operand_new_from_value(AOS_8_BITS, 3);
+ three = g_imm_operand_new_from_value(MDS_8_BITS, 3);
g_arch_instruction_attach_extra_operand(result, three);
return result;