From f8b7fb7d2b88a89b8a92d3a6c23b21ef7a34a076 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 14 Sep 2010 01:23:34 +0200 Subject: [PATCH] PPC: Fix write barrier in BC_TSETV. --- src/buildvm_ppc.dasc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildvm_ppc.dasc b/src/buildvm_ppc.dasc index 56372527..0786ffd5 100644 --- a/src/buildvm_ppc.dasc +++ b/src/buildvm_ppc.dasc @@ -1867,7 +1867,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop) | checknil TMP2 | checkok >3 |1: - | andi. TMP3, TMP3, LJ_GC_BLACK // isblack(table) + | andi. TMP2, TMP3, LJ_GC_BLACK // isblack(table) | evstddx SAVE0, TMP1, TMP0 | bne >7 |2: