Przeglądaj źródła

* 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 lat temu
rodzic
commit
1fa32dffef
1 zmienionych plików z 1 dodań i 1 usunięć
  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? }