mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 11:59:41 +01:00 
			
		
		
		
	* make use_fixed_stack for i386 more generic (any target with more than
4 byte stack alignment needs a fixed stack) git-svn-id: trunk@23043 -
This commit is contained in:
		
							parent
							
								
									ea848beb13
								
							
						
					
					
						commit
						3eb527b532
					
				@ -498,7 +498,7 @@ implementation
 | 
			
		||||
    function tparamanager.use_fixed_stack: boolean;
 | 
			
		||||
      begin
 | 
			
		||||
{$ifdef i386}
 | 
			
		||||
        result := (target_info.system in [system_i386_darwin,system_i386_iphonesim]);
 | 
			
		||||
        result := target_info.stackalign > 4;
 | 
			
		||||
{$else i386}
 | 
			
		||||
{$ifdef cputargethasfixedstack}
 | 
			
		||||
        result := true;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user