mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 03:51:39 +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);
|
||||
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 }
|
||||
tasmlabel(symbol).decrefs;
|
||||
|
||||
{ Remove label xxx (it will have a ref of zero due to the initial check }
|
||||
StripLabelFast(hp4);
|
||||
|
||||
{ remove jmp }
|
||||
symbol := taicpu(hp2).oper[0]^.ref^.symbol;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user