diff options
-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 |