mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 06:39:25 +01: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
 | 
			
		||||
               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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user