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