mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 20:18:35 +02:00
* always create a resultnode, also for procedures
git-svn-id: trunk@25968 -
This commit is contained in:
parent
1fb3c2e0c2
commit
0a762e416f
@ -564,7 +564,7 @@ unit optdfa;
|
||||
resultnode.optinfo^.life:=resultnode.optinfo^.use;
|
||||
end
|
||||
else
|
||||
resultnode:=nil;
|
||||
resultnode:=cnothingnode.create;
|
||||
|
||||
repeat
|
||||
inc(runs);
|
||||
|
Loading…
Reference in New Issue
Block a user