mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-14 08:46:08 +02:00
* SLTIU -> SLTU
git-svn-id: branches/laksen/riscv_new@39484 -
This commit is contained in:
parent
32a58ba7d1
commit
9776ea2afe
@ -223,7 +223,7 @@ implementation
|
||||
jump if not sum<x
|
||||
}
|
||||
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.condition:=C_EQ;
|
||||
|
Loading…
Reference in New Issue
Block a user