[FAST486]

Implement the 287-only instructions FSETPM and FRSTPM as nops. (This is how the 487
is supposed to treat them.)


svn path=/trunk/; revision=67317
This commit is contained in:
Aleksandar Andrejevic 2015-04-19 23:11:07 +00:00
parent e7c17c0741
commit 9eca3cf90b

View file

@ -1988,6 +1988,10 @@ FAST486_OPCODE_HANDLER(Fast486FpuOpcodeDB)
case 0x20:
/* FDISI */
case 0x21:
/* FSETPM */
case 0x24:
/* FRSTPM */
case 0x25:
{
/* These do nothing */
break;