Explorar o código

* 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 %!s(int64=18) %!d(string=hai) anos
pai
achega
1fa32dffef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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? }