mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
* Use A_NEGU (without overflow check) for OP_NEG op_reg_reg
git-svn-id: trunk@21615 -
This commit is contained in:
parent
ca497405b8
commit
0462dc3ca7
@ -1057,7 +1057,8 @@ var
|
||||
begin
|
||||
case Op of
|
||||
OP_NEG:
|
||||
list.concat(taicpu.op_reg_reg(A_NEG, dst, src));
|
||||
{ discard overflow checking }
|
||||
list.concat(taicpu.op_reg_reg(A_NEGU{A_NEG}, dst, src));
|
||||
OP_NOT:
|
||||
begin
|
||||
list.concat(taicpu.op_reg_reg(A_NOT, dst, src));
|
||||
|
Loading…
Reference in New Issue
Block a user