浏览代码

* remove additional dot for import name of external function. Makes tprocext compile and run for powerpc64 (stub still not fully working, due to missing GOT loading in stub).

git-svn-id: trunk@8518 -
tom_at_work 18 年之前
父节点
当前提交
1fa32dffef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/psub.pas

+ 1 - 1
compiler/psub.pas

@@ -1599,7 +1599,7 @@ implementation
                    begin
                      s:=proc_get_importname(pd);
                      if s<>'' then
-                       gen_external_stub(current_asmdata.asmlists[al_procedures],pd,{$IFDEF POWERPC64}'.'+{$ENDIF}s);
+                       gen_external_stub(current_asmdata.asmlists[al_procedures],pd,s);
                    end;
 
                  { Import DLL specified? }