mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 11:24:16 +01:00 
			
		
		
		
	* source can also be a LOC_CREGISTER for bsr/bsf
git-svn-id: trunk@29980 -
This commit is contained in:
		
							parent
							
								
									a8d05b66e2
								
							
						
					
					
						commit
						5e339e89e4
					
				@ -752,7 +752,7 @@ implementation
 | 
			
		||||
      if opsize<OS_32 then
 | 
			
		||||
        opsize:=OS_32;
 | 
			
		||||
 | 
			
		||||
      if (left.location.loc <> LOC_REGISTER) or
 | 
			
		||||
      if not(left.location.loc in [LOC_REGISTER,LOC_CREGISTER]) or
 | 
			
		||||
         (left.location.size<>opsize) then
 | 
			
		||||
        hlcg.location_force_reg(current_asmdata.CurrAsmList,left.location,left.resultdef,cgsize_orddef(opsize),true);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user