mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-30 23:42:35 +02:00
* fixed refs bookkeeping of jump labels (fix from Florian in popt386)
git-svn-id: trunk@2225 -
This commit is contained in:
parent
4e35206d33
commit
db580afbff
@ -1055,7 +1055,11 @@ Unit AoptObj;
|
||||
taicpu(p).condition:=inverse_cond(taicpu(p).condition);
|
||||
tai_label(hp2).l.decrefs;
|
||||
taicpu(p).oper[0]^.ref^.symbol:=taicpu(hp1).oper[0]^.ref^.symbol;
|
||||
taicpu(p).oper[0]^.ref^.symbol.increfs;
|
||||
{ when freeing hp1, the reference count
|
||||
isn't decreased, so don't increase
|
||||
|
||||
taicpu(p).oper[0]^.ref^.symbol.increfs;
|
||||
}
|
||||
{$ifdef SPARC}
|
||||
hp2:=tai(hp1.next);
|
||||
asml.remove(hp2);
|
||||
|
Loading…
Reference in New Issue
Block a user