mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 09:09:09 +02:00
* reference assembler symbol of FPC_EMPTYMETHOD using AB_EXTERNAL and not AB_GLOBAL
git-svn-id: trunk@34337 -
This commit is contained in:
parent
70fbe50bac
commit
77de5dd968
@ -1019,7 +1019,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
procname:='FPC_EMPTYMETHOD';
|
procname:='FPC_EMPTYMETHOD';
|
||||||
if current_module.globalsymtable<>systemunit then
|
if current_module.globalsymtable<>systemunit then
|
||||||
current_module.add_extern_asmsym(procname,AB_GLOBAL,AT_FUNCTION);
|
current_module.add_extern_asmsym(procname,AB_EXTERNAL,AT_FUNCTION);
|
||||||
end
|
end
|
||||||
else if not wpoinfomanager.optimized_name_for_vmt(_class,vmtpd,procname) then
|
else if not wpoinfomanager.optimized_name_for_vmt(_class,vmtpd,procname) then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user