Browse Source

* fix idata generation

git-svn-id: trunk@3118 -
peter 19 years ago
parent
commit
e2f768982d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/ogcoff.pas

+ 0 - 1
compiler/ogcoff.pas

@@ -2248,7 +2248,6 @@ const win32stub : array[0..131] of byte=(
           { idata4, import lookup table }
           { idata4, import lookup table }
           internalobjdata.SetSection(idata4objsection);
           internalobjdata.SetSection(idata4objsection);
           internalobjdata.writereloc(0,sizeof(longint),idata6label,RELOC_RVA);
           internalobjdata.writereloc(0,sizeof(longint),idata6label,RELOC_RVA);
-          internalobjdata.writebytes(emptyint,sizeof(emptyint));
           if target_info.system=system_x86_64_win64 then
           if target_info.system=system_x86_64_win64 then
             internalobjdata.writebytes(emptyint,sizeof(emptyint));
             internalobjdata.writebytes(emptyint,sizeof(emptyint));
           { idata5, import address table }
           { idata5, import address table }