Explorar el Código

* fixed opcode in second_sqr_real

git-svn-id: trunk@32404 -
Jonas Maebe hace 9 años
padre
commit
7b93e40530
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/llvm/nllvminl.pas

+ 1 - 1
compiler/llvm/nllvminl.pas

@@ -199,7 +199,7 @@ implementation
             location.register:=hlcg.getfpuregister(current_asmdata.CurrAsmList,resultdef);
           end;
         current_asmdata.CurrAsmList.concat(
-          taillvm.op_reg_size_reg_reg(la_mul,
+          taillvm.op_reg_size_reg_reg(la_fmul,
             location.register,resultdef,
             left.location.register,left.location.register
           )