mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 15:29:16 +02:00
* fix IE after duplicate asm symbol
git-svn-id: trunk@5992 -
This commit is contained in:
parent
5531ac8c91
commit
30e78b71c8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user