mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
ARM: Don't evict ASMREF_L in ra_evictk().
This commit is contained in:
parent
fe6ded9018
commit
eb92daad0a
@ -464,7 +464,7 @@ static void ra_evictk(ASMState *as)
|
||||
while (work) {
|
||||
Reg r = rset_pickbot(work);
|
||||
IRRef ref = regcost_ref(as->cost[r]);
|
||||
if (irref_isk(ref)) {
|
||||
if (emit_canremat(ref) && irref_isk(ref)) {
|
||||
ra_rematk(as, ref);
|
||||
checkmclim(as);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user