mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
x86/x64: Don't evict BASE in ra_evictk().
This commit is contained in:
parent
d4da9ff55e
commit
513bd6e952
@ -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 (emit_canremat(ref)) {
|
||||
if (irref_isk(ref)) {
|
||||
ra_rematk(as, ref);
|
||||
checkmclim(as);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user