mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[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:
@@ -1988,6 +1988,10 @@ FAST486_OPCODE_HANDLER(Fast486FpuOpcodeDB)
|
||||
case 0x20:
|
||||
/* FDISI */
|
||||
case 0x21:
|
||||
/* FSETPM */
|
||||
case 0x24:
|
||||
/* FRSTPM */
|
||||
case 0x25:
|
||||
{
|
||||
/* These do nothing */
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user