fix flushw implementation
--HG-- extra : convert_revision : 136b2bddc7cb70cde30e930ad3a13bd56c7162e1
This commit is contained in:
@@ -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>);
|
||||
|
||||
Reference in New Issue
Block a user