소스 검색

+ Xtensa: tcg64fxtensa.a_op64_const_reg

git-svn-id: trunk@44362 -
florian 5 년 전
부모
커밋
705218fef1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}