Explorar el Código

* fix idata generation

git-svn-id: trunk@3118 -
peter hace 19 años
padre
commit
e2f768982d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 }
           internalobjdata.SetSection(idata4objsection);
           internalobjdata.writereloc(0,sizeof(longint),idata6label,RELOC_RVA);
-          internalobjdata.writebytes(emptyint,sizeof(emptyint));
           if target_info.system=system_x86_64_win64 then
             internalobjdata.writebytes(emptyint,sizeof(emptyint));
           { idata5, import address table }