summaryrefslogtreecommitdiff
path: root/target-i386/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386/op.c')
-rw-r--r--target-i386/op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/op.c b/target-i386/op.c
index 5423be5a3a..63e34cf01f 100644
--- a/target-i386/op.c
+++ b/target-i386/op.c
@@ -907,7 +907,7 @@ void OPPROTO op_das(void)
/* never use it with R_CS */
void OPPROTO op_movl_seg_T0(void)
{
- load_seg(PARAM1, T0 & 0xffff, PARAM2);
+ load_seg(PARAM1, T0);
}
/* faster VM86 version */