* 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 -
This commit is contained in:
tom_at_work 2007-09-16 21:32:29 +00:00
parent 1b7bd208a1
commit 1fa32dffef

View File

@ -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? }