* reference assembler symbol of FPC_EMPTYMETHOD using AB_EXTERNAL and not AB_GLOBAL

git-svn-id: trunk@34337 -
This commit is contained in:
svenbarth 2016-08-19 12:42:14 +00:00
parent 70fbe50bac
commit 77de5dd968

View File

@ -1019,7 +1019,7 @@ implementation
begin
procname:='FPC_EMPTYMETHOD';
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
else if not wpoinfomanager.optimized_name_for_vmt(_class,vmtpd,procname) then
begin