mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05:00 
			
		
		
		
	Correct compiling errors and addapt to the new interface.
This commit is contained in:
		 Fernando Sahmkow
					Fernando Sahmkow
				
			
				
					committed by
					
						 FernandoS27
						FernandoS27
					
				
			
			
				
	
			
			
			 FernandoS27
						FernandoS27
					
				
			
						parent
						
							9031502974
						
					
				
				
					commit
					b8b7ebcece
				
			| @@ -213,10 +213,7 @@ void Process::PrepareForTermination() { | ||||
|         } | ||||
|     }; | ||||
|  | ||||
|     stop_threads(system.Scheduler(0).GetThreadList()); | ||||
|     stop_threads(system.Scheduler(1).GetThreadList()); | ||||
|     stop_threads(system.Scheduler(2).GetThreadList()); | ||||
|     stop_threads(system.Scheduler(3).GetThreadList()); | ||||
|     stop_threads(system.GlobalScheduler().GetThreadList()); | ||||
|  | ||||
|     FreeTLSRegion(tls_region_address); | ||||
|     tls_region_address = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user