浏览代码

* RELOC_ABSOLUTE32 for all non-x86_64

git-svn-id: trunk@3161 -
peter 19 年之前
父节点
当前提交
cc67c1ea2d
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 = (