mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
MIPS soft-float: Fix code generation for HREF.
This commit is contained in:
parent
75d046dbdd
commit
64c6da6b21
@ -651,8 +651,7 @@ static void asm_href(ASMState *as, IRIns *ir, IROp merge)
|
|||||||
rset_clear(allow, key);
|
rset_clear(allow, key);
|
||||||
if (irkey[1].o == IR_HIOP) {
|
if (irkey[1].o == IR_HIOP) {
|
||||||
if (ra_hasreg((irkey+1)->r)) {
|
if (ra_hasreg((irkey+1)->r)) {
|
||||||
tmpnum = (irkey+1)->r;
|
type = tmpnum = (irkey+1)->r;
|
||||||
type = RID_TMP;
|
|
||||||
tmp1 = ra_scratch(as, allow);
|
tmp1 = ra_scratch(as, allow);
|
||||||
rset_clear(allow, tmp1);
|
rset_clear(allow, tmp1);
|
||||||
ra_noweak(as, tmpnum);
|
ra_noweak(as, tmpnum);
|
||||||
|
Loading…
Reference in New Issue
Block a user