* fix IE after duplicate asm symbol

git-svn-id: trunk@5992 -
This commit is contained in:
peter 2007-01-15 17:45:01 +00:00
parent 5531ac8c91
commit 30e78b71c8

View File

@ -523,11 +523,15 @@ implementation
else
begin
if pass=apass then
Message1(asmw_e_duplicate_label,name);
begin
Message1(asmw_e_duplicate_label,name);
exit;
end;
end;
pass:=apass;
{ Code can never grow after a pass }
if assigned(objsection) and
(objsection=aobjsec) and
(aobjsec.size>offset) then
internalerror(200603014);
objsection:=aobjsec;