1
0
Fork 0

Fix with rm byte not being read

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@102
This commit is contained in:
Sjoerd van der Berg 2002-07-30 12:50:57 +00:00
parent 805f78cf16
commit 1757db3891

View file

@ -971,7 +971,7 @@ restart:
case 0xde: /* FPU ESC 6 */
case 0xdf: /* FPU ESC 7 */
{
Bit8u rm;
Bit8u rm=Fetchb();
if (rm<0xc0) GetEAa;
}
break;