Bläddra i källkod

* RELOC_ABSOLUTE32 for all non-x86_64

git-svn-id: trunk@3161 -
peter 19 år sedan
förälder
incheckning
cc67c1ea2d
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      compiler/ogbase.pas

+ 2 - 2
compiler/ogbase.pas

@@ -58,10 +58,10 @@ interface
          RELOC_ZERO
       );
 
-{$ifdef i386}
+{$ifndef x86_64}
     const
       RELOC_ABSOLUTE32 = RELOC_ABSOLUTE;
-{$endif i386}
+{$endif x86_64}
 
     type
       TObjSectionOption = (