mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	* SI and DI removed from the i8086 saved_standard_registers list, because they are volatile in TP7's default calling convention
git-svn-id: trunk@25231 -
This commit is contained in:
		
							parent
							
								
									90d78e775e
								
							
						
					
					
						commit
						a5517cd3d4
					
				@ -155,7 +155,7 @@
 | 
			
		||||
         This value can be deduced from the CALLED_USED_REGISTERS array in the
 | 
			
		||||
         GCC source.
 | 
			
		||||
      }
 | 
			
		||||
      saved_standard_registers : array[0..2] of tsuperregister = (RS_SI,RS_DI,RS_BP);
 | 
			
		||||
      saved_standard_registers : array[0..0] of tsuperregister = (RS_BP);
 | 
			
		||||
 | 
			
		||||
      saved_mm_registers : array[0..0] of tsuperregister = (RS_INVALID);
 | 
			
		||||
      {# Required parameter alignment when calling a routine declared as
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user