mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 16:09:03 -05:00 
			
		
		
		
	Kernel/Thread: Corrected a typo in an assert about the processor id.
This commit is contained in:
		| @@ -476,7 +476,7 @@ void Thread::ChangeCore(u32 core, u64 mask) { | ||||
|         new_processor_id = ideal_core; | ||||
|     } | ||||
|  | ||||
|     ASSERT(new_processor_id < 4); | ||||
|     ASSERT(*new_processor_id < 4); | ||||
|  | ||||
|     // Add thread to new core's scheduler | ||||
|     auto& next_scheduler = Core::System().GetInstance().Scheduler(*new_processor_id); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Subv
					Subv