MIPS/MIPS64: Fix TSETR barrier (again).

This commit is contained in:
Mike Pall 2018-10-14 15:12:59 +02:00
parent 646148e747
commit 9c1b637898
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: