mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	kernel: add missing TLR clear
This commit is contained in:
		
							parent
							
								
									8c59543ee3
								
							
						
					
					
						commit
						bb195c2c2b
					
				| @ -215,6 +215,7 @@ Result KThread::Initialize(KThreadFunction func, uintptr_t arg, KProcessAddress | ||||
|         // Setup the TLS, if needed.
 | ||||
|         if (type == ThreadType::User) { | ||||
|             R_TRY(owner->CreateThreadLocalRegion(std::addressof(m_tls_address))); | ||||
|             owner->GetMemory().ZeroBlock(m_tls_address, Svc::ThreadLocalRegionSize); | ||||
|         } | ||||
| 
 | ||||
|         m_parent = owner; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user