mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:19:17 +02:00
* check if the pointer is really assigned when trying to remove unneeded jumps
git-svn-id: trunk@25867 -
This commit is contained in:
parent
e6a4435330
commit
0eeb3e8d49
@ -1379,7 +1379,7 @@ Unit AoptObj;
|
|||||||
p:=hp2;
|
p:=hp2;
|
||||||
continue;
|
continue;
|
||||||
end
|
end
|
||||||
else
|
else if assigned(hp1) then
|
||||||
begin
|
begin
|
||||||
if hp1.typ = ait_label then
|
if hp1.typ = ait_label then
|
||||||
SkipLabels(hp1,hp1);
|
SkipLabels(hp1,hp1);
|
||||||
|
Loading…
Reference in New Issue
Block a user