bug fix: an illegal 'inc' was generated
This commit is contained in:
parent
46f084d660
commit
c76b5f436a
|
@ -1152,7 +1152,7 @@ enter("pop_nop");
|
||||||
"inc $V1, %l0";
|
"inc $V1, %l0";
|
||||||
} else {
|
} else {
|
||||||
"set $V1, $reg_tmp";
|
"set $V1, $reg_tmp";
|
||||||
"inc %l0, $reg_tmp, %l0";
|
"add %l0, $reg_tmp, %l0";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (debug) { indent(); fprint(codefile, "\t\t! %dw cache:",j); dump_cache(codefile); }
|
if (debug) { indent(); fprint(codefile, "\t\t! %dw cache:",j); dump_cache(codefile); }
|
||||||
|
|
Loading…
Reference in a new issue