Browse Source

* RELOC_ABSOLUTE32 for all non-x86_64

git-svn-id: trunk@3161 -
peter 19 years ago
parent
commit
cc67c1ea2d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/ogbase.pas

+ 2 - 2
compiler/ogbase.pas

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