2
0
Эх сурвалжийг харах

* 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 жил өмнө
parent
commit
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? }