mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 23:00:13 +02:00
* swapped decrefs and StripLabelFast as proposed by Gareth on the mailing list
git-svn-id: trunk@43445 -
This commit is contained in:
parent
7747c5fc27
commit
4b455600b8
@ -3537,12 +3537,12 @@ unit aoptx86;
|
|||||||
asml.remove(hp1);
|
asml.remove(hp1);
|
||||||
hp1.free;
|
hp1.free;
|
||||||
|
|
||||||
{ Remove label xxx (it will have a ref of zero due to the initial check }
|
|
||||||
StripLabelFast(hp4);
|
|
||||||
|
|
||||||
{ Now we can safely decrement it }
|
{ Now we can safely decrement it }
|
||||||
tasmlabel(symbol).decrefs;
|
tasmlabel(symbol).decrefs;
|
||||||
|
|
||||||
|
{ Remove label xxx (it will have a ref of zero due to the initial check }
|
||||||
|
StripLabelFast(hp4);
|
||||||
|
|
||||||
{ remove jmp }
|
{ remove jmp }
|
||||||
symbol := taicpu(hp2).oper[0]^.ref^.symbol;
|
symbol := taicpu(hp2).oper[0]^.ref^.symbol;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user