From 443d28bc9ab50a7e1659f6de5c0cbd645e3614a0 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 5 Oct 2010 19:39:07 +0200 Subject: [PATCH] PPC: Fix math.deg/rad() fast functions. --- 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 d36cdeda..f7a9bee3 100644 --- a/src/buildvm_ppc.dasc +++ b/src/buildvm_ppc.dasc @@ -1303,7 +1303,7 @@ static void build_subroutines(BuildCtx *ctx) | math_extern2 fmod | |->ff_math_deg: - |.ffunc_1 math_rad + |.ffunc_n math_rad | evldd CARG2, CFUNC:RB->upvalue[0] | efdmul CRET1, CARG1, CARG2 | b ->fff_restv