Browse Source

* reference assembler symbol of FPC_EMPTYMETHOD using AB_EXTERNAL and not AB_GLOBAL

git-svn-id: trunk@34337 -
svenbarth 9 years ago
parent
commit
77de5dd968
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ncgvmt.pas

+ 1 - 1
compiler/ncgvmt.pas

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