Browse Source

* SLTIU -> SLTU

git-svn-id: branches/laksen/riscv_new@39484 -
florian 7 years ago
parent
commit
9776ea2afe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/riscv64/cgcpu.pas

+ 1 - 1
compiler/riscv64/cgcpu.pas

@@ -223,7 +223,7 @@ implementation
                   jump if not sum<x
                   jump if not sum<x
                 }
                 }
                 tmpreg:=getintregister(list,OS_INT);
                 tmpreg:=getintregister(list,OS_INT);
-                list.Concat(taicpu.op_reg_reg_reg(A_SLTIU,tmpreg,dst,src));
+                list.Concat(taicpu.op_reg_reg_reg(A_SLTU,tmpreg,dst,src));
                                                                         
                                                                         
                 ai:=taicpu.op_reg_reg_sym_ofs(A_Bxx,tmpreg,NR_X0,l,0);
                 ai:=taicpu.op_reg_reg_sym_ofs(A_Bxx,tmpreg,NR_X0,l,0);
                 ai.condition:=C_EQ;
                 ai.condition:=C_EQ;