diff options
Diffstat (limited to 'src/vm_x86.dasc')
-rw-r--r-- | src/vm_x86.dasc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index 7020eb27..bf42f5d2 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc | |||
@@ -2030,12 +2030,6 @@ static void build_subroutines(BuildCtx *ctx) | |||
2030 | | math_extern cosh | 2030 | | math_extern cosh |
2031 | | math_extern tanh | 2031 | | math_extern tanh |
2032 | | | 2032 | | |
2033 | |->ff_math_deg: | ||
2034 | |.ffunc_nsse math_rad | ||
2035 | | mov CFUNC:RB, [BASE-8] | ||
2036 | | mulsd xmm0, qword CFUNC:RB->upvalue[0] | ||
2037 | | jmp ->fff_resxmm0 | ||
2038 | | | ||
2039 | |.ffunc_nn math_atan2; fpatan; jmp ->fff_resn | 2033 | |.ffunc_nn math_atan2; fpatan; jmp ->fff_resn |
2040 | |.ffunc_nnr math_ldexp; fscale; fpop1; jmp ->fff_resn | 2034 | |.ffunc_nnr math_ldexp; fscale; fpop1; jmp ->fff_resn |
2041 | | | 2035 | | |