aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2013-09-10 00:42:42 +0200
committerMike Pall <mike>2013-09-10 00:42:42 +0200
commit7dc6750eb34dcd075dee34c13d29a4d7a4e5ed3d (patch)
tree05da8159d9eb1cb6fa0bdc2a9d3e8029d492447c
parent31e7cd1c7672bde788f3d60fd3de2bbcd77ccd19 (diff)
downloadluajit-7dc6750eb34dcd075dee34c13d29a4d7a4e5ed3d.tar.gz
luajit-7dc6750eb34dcd075dee34c13d29a4d7a4e5ed3d.tar.bz2
luajit-7dc6750eb34dcd075dee34c13d29a4d7a4e5ed3d.zip
Fix PS3 build.
Diffstat (limited to '')
-rw-r--r--src/vm_ppc.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_ppc.dasc b/src/vm_ppc.dasc
index 293c5c6f..5e89a2d9 100644
--- a/src/vm_ppc.dasc
+++ b/src/vm_ppc.dasc
@@ -3226,7 +3226,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
3226 |.if not PPE and not GPR64 3226 |.if not PPE and not GPR64
3227 | add. TMP0, TMP0, TMP1 3227 | add. TMP0, TMP0, TMP1
3228 |.else 3228 |.else
3229 | neg TMP1 3229 | neg TMP1, TMP1
3230 | cmpw TMP0, TMP1 3230 | cmpw TMP0, TMP1
3231 |.endif 3231 |.endif
3232 | bne ->vmeta_istype 3232 | bne ->vmeta_istype