mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-05 09:46:33 +02:00
* 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:
parent
1b7bd208a1
commit
1fa32dffef
@ -1599,7 +1599,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
s:=proc_get_importname(pd);
|
s:=proc_get_importname(pd);
|
||||||
if s<>'' then
|
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;
|
end;
|
||||||
|
|
||||||
{ Import DLL specified? }
|
{ Import DLL specified? }
|
||||||
|
Loading…
Reference in New Issue
Block a user