mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-15 14:13:31 -06:00
disabled LDT test (kqemu 0.7.2 no longer needs it)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1569 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7fa98e2a7a
commit
de75815006
1 changed files with 1 additions and 5 deletions
|
@ -620,11 +620,7 @@ static inline int kqemu_is_ok(CPUState *env)
|
||||||
(env->eflags & IOPL_MASK) != IOPL_MASK &&
|
(env->eflags & IOPL_MASK) != IOPL_MASK &&
|
||||||
(env->cr[0] & CR0_PE_MASK) &&
|
(env->cr[0] & CR0_PE_MASK) &&
|
||||||
(env->eflags & IF_MASK) &&
|
(env->eflags & IF_MASK) &&
|
||||||
!(env->eflags & VM_MASK)
|
!(env->eflags & VM_MASK));
|
||||||
#if 1
|
|
||||||
&& (env->ldt.limit == 0 || env->ldt.limit == 0x27)
|
|
||||||
#endif
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue