mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 10:09:15 +02:00
* ignore alignment entries in FindLabel
git-svn-id: trunk@22306 -
This commit is contained in:
parent
59012afe26
commit
b6a4602989
@ -929,7 +929,7 @@ Unit AoptObj;
|
|||||||
Begin
|
Begin
|
||||||
TempP := hp;
|
TempP := hp;
|
||||||
While Assigned(TempP) and
|
While Assigned(TempP) and
|
||||||
(TempP.typ In SkipInstr + [ait_label]) Do
|
(TempP.typ In SkipInstr + [ait_label,ait_align]) Do
|
||||||
If (TempP.typ <> ait_Label) Or
|
If (TempP.typ <> ait_Label) Or
|
||||||
(Tai_label(TempP).labsym <> L)
|
(Tai_label(TempP).labsym <> L)
|
||||||
Then GetNextInstruction(TempP, TempP)
|
Then GetNextInstruction(TempP, TempP)
|
||||||
|
Loading…
Reference in New Issue
Block a user