diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-02-25 23:17:58 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-02-25 23:17:58 +0000 |
commit | 7eee2a509a9a777aafd0c2efb14b837b83a8df9c (patch) | |
tree | 4e749310885edf2ea3818b2f07defd016fd4f303 /target-i386/op.c | |
parent | 42c3c0cceddee64c22024e3e92ed636e75ea9c77 (diff) |
CR0.MP/EM/TS support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@642 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/op.c')
-rw-r--r-- | target-i386/op.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/op.c b/target-i386/op.c index 1503134d1f..f592b67a6a 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 */ |