fix flushw implementation
--HG-- extra : convert_revision : 136b2bddc7cb70cde30e930ad3a13bd56c7162e1
This commit is contained in:
parent
ccd67ce44f
commit
95e4a51c6c
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ decode OP default Unknown::unknown()
|
||||||
//0x11-0x1F should cause an illegal instruction exception
|
//0x11-0x1F should cause an illegal instruction exception
|
||||||
}
|
}
|
||||||
0x2B: BasicOperate::flushw({{
|
0x2B: BasicOperate::flushw({{
|
||||||
if(NWindows - 2 - Cansave == 0)
|
if(NWindows - 2 - Cansave != 0)
|
||||||
{
|
{
|
||||||
if(Otherwin)
|
if(Otherwin)
|
||||||
fault = new SpillNOther(4*Wstate<5:3>);
|
fault = new SpillNOther(4*Wstate<5:3>);
|
||||||
|
|
Loading…
Reference in a new issue