Browse Source

* fixed opcode in second_sqr_real

git-svn-id: trunk@32404 -
Jonas Maebe 9 years ago
parent
commit
7b93e40530
1 changed files with 1 additions and 1 deletions
  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
           )