mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	* fixed wrong load_ref_ref
git-svn-id: trunk@5092 -
This commit is contained in:
		
							parent
							
								
									e9a1dff46a
								
							
						
					
					
						commit
						922de0bc8d
					
				@ -1032,7 +1032,8 @@ unit cgcpu;
 | 
			
		||||
              LOC_REFERENCE :
 | 
			
		||||
                begin
 | 
			
		||||
                  reference_reset_base(href2,hloc^.reference.index,hloc^.reference.offset);
 | 
			
		||||
                  a_load_ref_ref(list,hloc^.size,hloc^.size,href,href2);
 | 
			
		||||
                  { concatcopy should choose the best way to copy the data }
 | 
			
		||||
                  g_concatcopy(list,href,href2,tcgsize2size[size]);
 | 
			
		||||
                end;
 | 
			
		||||
              else
 | 
			
		||||
                internalerror(200408241);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user