mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 11:24:16 +01:00 
			
		
		
		
	* don't load stack size value when generic stack checking is done, resolves #10924
git-svn-id: trunk@10429 -
This commit is contained in:
		
							parent
							
								
									a7370144f0
								
							
						
					
					
						commit
						39250de33a
					
				@ -1046,7 +1046,8 @@ implementation
 | 
			
		||||
            gen_restore_used_regs(aktproccode);
 | 
			
		||||
            { We know the size of the stack, now we can generate the
 | 
			
		||||
              parameter that is passed to the stack checking code }
 | 
			
		||||
            if (cs_check_stack in entryswitches) and
 | 
			
		||||
            if not(tf_no_generic_stackcheck in target_info.flags) and
 | 
			
		||||
               (cs_check_stack in entryswitches) and
 | 
			
		||||
               not(po_assembler in procdef.procoptions) and
 | 
			
		||||
               (procdef.proctypeoption<>potype_proginit) then
 | 
			
		||||
              begin
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user