diff options
author | Mike Pall <mike> | 2010-10-05 19:39:07 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2010-10-05 19:39:07 +0200 |
commit | 443d28bc9ab50a7e1659f6de5c0cbd645e3614a0 (patch) | |
tree | d025c25805613f3e3395e8228e36e0de5228d623 /src | |
parent | 8f5efb2c436373680385bb246b860a1cddde5f22 (diff) | |
download | luajit-443d28bc9ab50a7e1659f6de5c0cbd645e3614a0.tar.gz luajit-443d28bc9ab50a7e1659f6de5c0cbd645e3614a0.tar.bz2 luajit-443d28bc9ab50a7e1659f6de5c0cbd645e3614a0.zip |
PPC: Fix math.deg/rad() fast functions.
Diffstat (limited to 'src')
-rw-r--r-- | src/buildvm_ppc.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm_ppc.dasc b/src/buildvm_ppc.dasc index d36cdeda..f7a9bee3 100644 --- a/src/buildvm_ppc.dasc +++ b/src/buildvm_ppc.dasc | |||
@@ -1303,7 +1303,7 @@ static void build_subroutines(BuildCtx *ctx) | |||
1303 | | math_extern2 fmod | 1303 | | math_extern2 fmod |
1304 | | | 1304 | | |
1305 | |->ff_math_deg: | 1305 | |->ff_math_deg: |
1306 | |.ffunc_1 math_rad | 1306 | |.ffunc_n math_rad |
1307 | | evldd CARG2, CFUNC:RB->upvalue[0] | 1307 | | evldd CARG2, CFUNC:RB->upvalue[0] |
1308 | | efdmul CRET1, CARG1, CARG2 | 1308 | | efdmul CRET1, CARG1, CARG2 |
1309 | | b ->fff_restv | 1309 | | b ->fff_restv |