Ver código fonte

+ Xtensa: tcg64fxtensa.a_op64_const_reg

git-svn-id: trunk@44362 -
florian 5 anos atrás
pai
commit
705218fef1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/xtensa/cgcpu.pas

+ 1 - 1
compiler/xtensa/cgcpu.pas

@@ -1022,7 +1022,7 @@ implementation
 
     procedure tcg64fxtensa.a_op64_const_reg(list : TAsmList; op : TOpCG; size : tcgsize; value : int64; reg : tregister64);
       begin
-        list.Concat(taicpu.op_none(A_NOP));
+        a_op64_const_reg_reg(list,op,size,value,reg,reg);
       end;
 
 {$warnings off}