Explorar o código

* fixed opcode in second_sqr_real

git-svn-id: trunk@32404 -
Jonas Maebe %!s(int64=9) %!d(string=hai) anos
pai
achega
7b93e40530
Modificáronse 1 ficheiros con 1 adicións e 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
           )