summaryrefslogtreecommitdiffstats
path: root/target-i386/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386/op.c')
-rw-r--r--target-i386/op.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/op.c b/target-i386/op.c
index 1503134..f592b67 100644
--- a/target-i386/op.c
+++ b/target-i386/op.c
@@ -998,6 +998,7 @@ void OPPROTO op_movl_env_T1(void)
void OPPROTO op_clts(void)
{
env->cr[0] &= ~CR0_TS_MASK;
+ env->hflags &= ~HF_TS_MASK;
}
/* flags handling */
OpenPOWER on IntegriCloud