mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:49:09 +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;
|
||||
symaddr: AWord;
|
||||
begin
|
||||
{ Write('writeReloc(', data, ',', len, ',');
|
||||
if p<>nil then
|
||||
write(p.Name)
|
||||
else
|
||||
write('nil');
|
||||
Writeln(',',Reloctype,')');}
|
||||
|
||||
{ RELOC_FARPTR = RELOC_ABSOLUTE+RELOC_SEG }
|
||||
if Reloctype=RELOC_FARPTR then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user