* check if labsym is assigned before testing if it's used globally

git-svn-id: trunk@15754 -
This commit is contained in:
florian 2010-08-08 17:31:15 +00:00
parent 66571ee4c8
commit 9365eb48c0

View File

@ -1830,7 +1830,7 @@ implementation
include(current_procinfo.flags,pi_has_label);
if labsym.nonlocal then
if assigned(labsym) and labsym.nonlocal then
include(current_procinfo.flags,pi_has_interproclabel);
if assigned(left) then