mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 10:39:18 +02:00
* fixed relsymbol copy/paste bug
This commit is contained in:
parent
83d619bec5
commit
3dc9af4d1f
@ -256,7 +256,7 @@ interface
|
||||
if assigned(ref^.symbol) then
|
||||
ReLabel(ref^.symbol);
|
||||
if assigned(ref^.relsymbol) then
|
||||
ReLabel(ref^.symbol);
|
||||
ReLabel(ref^.relsymbol);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
@ -474,7 +474,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.56 2004-02-27 10:21:05 florian
|
||||
Revision 1.57 2004-02-27 19:30:23 jonas
|
||||
* fixed relsymbol copy/paste bug
|
||||
|
||||
Revision 1.56 2004/02/27 10:21:05 florian
|
||||
* top_symbol killed
|
||||
+ refaddr to treference added
|
||||
+ refsymbol to treference added
|
||||
|
Loading…
Reference in New Issue
Block a user