Browse Source

* fixed i386 compilation

git-svn-id: trunk@3110 -
florian 19 years ago
parent
commit
3129dd042e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/ogcoff.pas

+ 2 - 0
compiler/ogcoff.pas

@@ -773,7 +773,9 @@ const win32stub : array[0..131] of byte=(
                     dec(address,TCoffObjSection(relocsec).orgmempos);
                   inc(address,relocval);
                 end;
+{$ifdef x86_64}
               RELOC_ABSOLUTE32,
+{$endif x86_64}
               RELOC_ABSOLUTE :
                 begin
                   if oso_common in relocsec.secoptions then