mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 14:39:32 +01:00
* invalid typecast
git-svn-id: trunk@8526 -
This commit is contained in:
parent
e13f356d04
commit
e10c55d73c
@ -106,7 +106,7 @@ unit optunrol;
|
||||
for i:=1 to unrolls do
|
||||
begin
|
||||
{ create and insert copy of the statement block }
|
||||
addstatement(unrollstatement,tfornode(tfornode(node).t2).getcopy);
|
||||
addstatement(unrollstatement,tfornode(node).t2.getcopy);
|
||||
|
||||
{ set and insert entry label? }
|
||||
if (counts mod unrolls<>0) and
|
||||
|
||||
Loading…
Reference in New Issue
Block a user