ignore fldi0/fldi1 in double precision instead of dying

This commit is contained in:
Flyinghead 2019-03-13 17:19:41 +01:00
parent 6d6492ddc1
commit 6305df9dab
1 changed files with 2 additions and 2 deletions

View File

@ -525,7 +525,7 @@ sh4op(i1111_nnmm_1110_1101)
sh4op(i1111_nnnn_1000_1101)
{
if (fpscr.PR!=0)
die("fldi0 <Dreg_N>");
return;
u32 n = GetN(op);
@ -537,7 +537,7 @@ sh4op(i1111_nnnn_1000_1101)
sh4op(i1111_nnnn_1001_1101)
{
if (fpscr.PR!=0)
die("fldi1 <Dreg_N>");
return;
u32 n = GetN(op);