Browse Source

* compilation after merge fixed

florian 2 years ago
parent
commit
dfb8794d4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/aarch64/cgcpu.pas

+ 1 - 1
compiler/aarch64/cgcpu.pas

@@ -1004,7 +1004,7 @@ implementation
                       list.concat(taicpu.op_reg_reg_const_const(A_BFI,tmpreg,tmpreg2,i*8,8));
                       list.concat(taicpu.op_reg_reg_const_const(A_BFI,tmpreg,tmpreg2,i*8,8));
                     end;
                     end;
                   if (tosize in [OS_S8,OS_S16]) then
                   if (tosize in [OS_S8,OS_S16]) then
-                    list.concat(taicpu.op_reg_reg(A_SXTH,tmpreg,tmpreg);
+                    list.concat(taicpu.op_reg_reg(A_SXTH,tmpreg,tmpreg));
                   a_load_reg_reg(list,fromsize,tosize,tmpreg,register);
                   a_load_reg_reg(list,fromsize,tosize,tmpreg,register);
                 end;
                 end;
             end;
             end;