Browse Source

Add loongarch64 architecture support to compiler

Jinyang He 2 years ago
parent
commit
ab291faf09
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/loongarch64/cgcpu.pas

+ 0 - 1
compiler/loongarch64/cgcpu.pas

@@ -626,7 +626,6 @@ implementation
         usetmp2:=false;
         usetmp2:=false;
         tmpreg1:=getintregister(list,OS_INT);
         tmpreg1:=getintregister(list,OS_INT);
         tmpreg2:=getintregister(list,OS_INT);
         tmpreg2:=getintregister(list,OS_INT);
-
         if op=OP_NOT then
         if op=OP_NOT then
           begin
           begin
             list.concat(taicpu.op_reg_reg_reg(A_NOR,dst,NR_R0,src1));
             list.concat(taicpu.op_reg_reg_reg(A_NOR,dst,NR_R0,src1));