mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 16:44:55 +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;
|
||||
continue;
|
||||
end
|
||||
else
|
||||
else if assigned(hp1) then
|
||||
begin
|
||||
if hp1.typ = ait_label then
|
||||
SkipLabels(hp1,hp1);
|
||||
|
Loading…
Reference in New Issue
Block a user