mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:29:31 +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
|
else
|
||||||
begin
|
begin
|
||||||
if pass=apass then
|
if pass=apass then
|
||||||
|
begin
|
||||||
Message1(asmw_e_duplicate_label,name);
|
Message1(asmw_e_duplicate_label,name);
|
||||||
|
exit;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
pass:=apass;
|
pass:=apass;
|
||||||
{ Code can never grow after a pass }
|
{ Code can never grow after a pass }
|
||||||
if assigned(objsection) and
|
if assigned(objsection) and
|
||||||
|
(objsection=aobjsec) and
|
||||||
(aobjsec.size>offset) then
|
(aobjsec.size>offset) then
|
||||||
internalerror(200603014);
|
internalerror(200603014);
|
||||||
objsection:=aobjsec;
|
objsection:=aobjsec;
|
||||||
|
Loading…
Reference in New Issue
Block a user