mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 23:49:01 -05:00 
			
		
		
		
	CpuCore: Clear exclusive state after doing a run in dynarmic.
This commit corrects an error in which a Core could remain with an exclusive state after running, leaving space for possible race conditions between changing cores.
This commit is contained in:
		 Fernando Sahmkow
					Fernando Sahmkow
				
			
				
					committed by
					
						 FernandoS27
						FernandoS27
					
				
			
			
				
	
			
			
			 FernandoS27
						FernandoS27
					
				
			
						parent
						
							2f79cc3ef5
						
					
				
				
					commit
					40cd4df584
				
			| @@ -458,7 +458,6 @@ void Scheduler::SwitchContext() { | ||||
|         cpu_core.LoadContext(new_thread->GetContext()); | ||||
|         cpu_core.SetTlsAddress(new_thread->GetTLSAddress()); | ||||
|         cpu_core.SetTPIDR_EL0(new_thread->GetTPIDR_EL0()); | ||||
|         cpu_core.ClearExclusiveState(); | ||||
|     } else { | ||||
|         current_thread = nullptr; | ||||
|         // Note: We do not reset the current process and current page table when idling because | ||||
|   | ||||
		Reference in New Issue
	
	Block a user