mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 21:49:32 +02:00
- removed commented out debug code from TOmfObjData.writeReloc
git-svn-id: trunk@30799 -
This commit is contained in:
parent
8b41206ffd
commit
37840bc811
@ -423,13 +423,6 @@ implementation
|
|||||||
objreloc: TOmfRelocation;
|
objreloc: TOmfRelocation;
|
||||||
symaddr: AWord;
|
symaddr: AWord;
|
||||||
begin
|
begin
|
||||||
{ Write('writeReloc(', data, ',', len, ',');
|
|
||||||
if p<>nil then
|
|
||||||
write(p.Name)
|
|
||||||
else
|
|
||||||
write('nil');
|
|
||||||
Writeln(',',Reloctype,')');}
|
|
||||||
|
|
||||||
{ RELOC_FARPTR = RELOC_ABSOLUTE+RELOC_SEG }
|
{ RELOC_FARPTR = RELOC_ABSOLUTE+RELOC_SEG }
|
||||||
if Reloctype=RELOC_FARPTR then
|
if Reloctype=RELOC_FARPTR then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user