1
0
Fork 0

Little hack to skip CLTS instruction in non-debug mode

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1349
This commit is contained in:
Sjoerd van der Berg 2003-10-19 19:31:59 +00:00
parent 7dab3d53e5
commit e21e61ce04

View file

@ -121,6 +121,10 @@
*rmrw=(Bit16u)limit;
}
break;
#if !(C_DEBUG)
CASE_0F_B(0x06) /* CLTS */
break;
#endif
CASE_0F_B(0x20) /* MOV Rd.CRx */
{
GetRM;