浏览代码

* fixed typo in r4848

git-svn-id: trunk@4966 -
peter 19 年之前
父节点
当前提交
1de2f94b28
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/x86/aasmcpu.pas

+ 1 - 1
compiler/x86/aasmcpu.pas

@@ -2366,7 +2366,7 @@ implementation
                            currabsreloc:=RELOC_PLT32
                          else
 {$endif x86_64}
-                           currabsreloc:=RELOC_ABSOLUTE;
+                           currabsreloc:=RELOC_ABSOLUTE32;
                          objdata.writereloc(oper[opidx]^.ref^.offset,ea_data.bytes,currsym,currabsreloc);
                          inc(s,ea_data.bytes);
                        end;