Selaa lähdekoodia

* fixed opcode in second_sqr_real

git-svn-id: trunk@32404 -
Jonas Maebe 9 vuotta sitten
vanhempi
commit
7b93e40530
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
           )