* check if the pointer is really assigned when trying to remove unneeded jumps

git-svn-id: trunk@25867 -
This commit is contained in:
florian 2013-10-27 16:47:34 +00:00
parent e6a4435330
commit 0eeb3e8d49

View File

@ -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);