PPC: Fix write barrier in BC_TSETV.

This commit is contained in:
Mike Pall 2010-09-14 01:23:34 +02:00
parent 2bdf3fcd50
commit f8b7fb7d2b

View File

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