mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 18:29:13 +02:00
* cleanup
git-svn-id: trunk@47522 -
This commit is contained in:
parent
ea11517d27
commit
d5dcf5cd7a
@ -2957,10 +2957,7 @@ implementation
|
|||||||
|
|
||||||
(not(n.nodetype in [modn,divn]) or (not(gotminus1)))
|
(not(n.nodetype in [modn,divn]) or (not(gotminus1)))
|
||||||
) or
|
) or
|
||||||
{ in case of div/mod, the result of that division/modulo can
|
((((n.nodetype=andn) and wasoriginallysmallerint(tbinarynode(n).left)) or
|
||||||
usually be different in 32 and 64 bit }
|
|
||||||
(not gotdivmod and
|
|
||||||
(((n.nodetype=andn) and wasoriginallysmallerint(tbinarynode(n).left)) or
|
|
||||||
((n.nodetype=andn) and wasoriginallysmallerint(tbinarynode(n).right))));
|
((n.nodetype=andn) and wasoriginallysmallerint(tbinarynode(n).right))));
|
||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user