aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Pall <mike>2010-09-14 01:23:34 +0200
committerMike Pall <mike>2010-09-14 01:23:34 +0200
commitf8b7fb7d2b88a89b8a92d3a6c23b21ef7a34a076 (patch)
tree51162b7ab842ff1614b4a6bfe939922d1dab0236 /src
parent2bdf3fcd505f5f97ebfa32973b09f3c37d2d3cfa (diff)
downloadluajit-f8b7fb7d2b88a89b8a92d3a6c23b21ef7a34a076.tar.gz
luajit-f8b7fb7d2b88a89b8a92d3a6c23b21ef7a34a076.tar.bz2
luajit-f8b7fb7d2b88a89b8a92d3a6c23b21ef7a34a076.zip
PPC: Fix write barrier in BC_TSETV.
Diffstat (limited to 'src')
-rw-r--r--src/buildvm_ppc.dasc2
1 files changed, 1 insertions, 1 deletions
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)
1867 | checknil TMP2 1867 | checknil TMP2
1868 | checkok >3 1868 | checkok >3
1869 |1: 1869 |1:
1870 | andi. TMP3, TMP3, LJ_GC_BLACK // isblack(table) 1870 | andi. TMP2, TMP3, LJ_GC_BLACK // isblack(table)
1871 | evstddx SAVE0, TMP1, TMP0 1871 | evstddx SAVE0, TMP1, TMP0
1872 | bne >7 1872 | bne >7
1873 |2: 1873 |2: