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:
parent
7dab3d53e5
commit
e21e61ce04
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue