fix flushw implementation

--HG--
extra : convert_revision : 136b2bddc7cb70cde30e930ad3a13bd56c7162e1
This commit is contained in:
Ali Saidi 2007-01-20 23:09:28 -05:00
parent ccd67ce44f
commit 95e4a51c6c

View file

@ -468,7 +468,7 @@ decode OP default Unknown::unknown()
//0x11-0x1F should cause an illegal instruction exception
}
0x2B: BasicOperate::flushw({{
if(NWindows - 2 - Cansave == 0)
if(NWindows - 2 - Cansave != 0)
{
if(Otherwin)
fault = new SpillNOther(4*Wstate<5:3>);