mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
MIPS/MIPS64: Fix TSETR barrier (again).
This commit is contained in:
parent
646148e747
commit
9c1b637898
@ -4317,7 +4317,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
|
||||
| ins_next2
|
||||
|
|
||||
|7: // Possible table write barrier for the value. Skip valiswhite check.
|
||||
| barrierback TAB:CARG2, TMP3, TMP0, <2
|
||||
| barrierback TAB:CARG2, TMP3, CRET1, <2
|
||||
break;
|
||||
|
||||
case BC_TSETM:
|
||||
|
@ -4263,7 +4263,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
|
||||
| ins_next2
|
||||
|
|
||||
|7: // Possible table write barrier for the value. Skip valiswhite check.
|
||||
| barrierback TAB:CARG2, TMP3, TMP0, <2
|
||||
| barrierback TAB:CARG2, TMP3, CRET1, <2
|
||||
break;
|
||||
|
||||
case BC_TSETM:
|
||||
|
Loading…
Reference in New Issue
Block a user