mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 04:39:34 +02:00
* fixed typo in comment
git-svn-id: trunk@15264 -
This commit is contained in:
parent
0a38d89b41
commit
7d049c2c8d
@ -1717,7 +1717,7 @@ implementation
|
||||
end
|
||||
else
|
||||
begin
|
||||
{ Y-x = -(Y-x) }
|
||||
{ Y-x = -(x-Y) }
|
||||
a_op_const_reg_reg(list,OP_SUB,OS_INT,loadbitsize,sref.bitindexreg,tmpindexreg);
|
||||
a_op_reg_reg(list,OP_NEG,OS_INT,tmpindexreg,tmpindexreg);
|
||||
a_load_const_reg(list,OS_INT,aint((aword(1) shl sref.bitlen)-1),maskreg);
|
||||
|
Loading…
Reference in New Issue
Block a user