This commit is contained in:
copy 2013-11-08 00:51:19 +01:00
parent 7ce225d300
commit 2017242275

View file

@ -1172,6 +1172,11 @@ function FPU(io)
// fsetpm
// treat as nop
}
else if(imm8 === 0xE1)
{
// fdisi
// also treat as nop
}
else
{
fpu_unimpl();