mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
PPC: Fix write barrier in BC_TSETV.
This commit is contained in:
parent
2bdf3fcd50
commit
f8b7fb7d2b
@ -1867,7 +1867,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
|
|||||||
| checknil TMP2
|
| checknil TMP2
|
||||||
| checkok >3
|
| checkok >3
|
||||||
|1:
|
|1:
|
||||||
| andi. TMP3, TMP3, LJ_GC_BLACK // isblack(table)
|
| andi. TMP2, TMP3, LJ_GC_BLACK // isblack(table)
|
||||||
| evstddx SAVE0, TMP1, TMP0
|
| evstddx SAVE0, TMP1, TMP0
|
||||||
| bne >7
|
| bne >7
|
||||||
|2:
|
|2:
|
||||||
|
Loading…
Reference in New Issue
Block a user