mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-10-31 13:02:48 +00:00 
			
		
		
		
	Merge pull request #1913 from MerryMage/default-fpcr
kernel/thread: Set default fpcr
This commit is contained in:
		
						commit
						39262921f2
					
				| @ -158,6 +158,9 @@ static void ResetThreadContext(Core::ARM_Interface::ThreadContext& context, VAdd | ||||
|     context.cpu_registers[0] = arg; | ||||
|     context.pc = entry_point; | ||||
|     context.sp = stack_top; | ||||
|     // TODO(merry): Perform a hardware test to determine the below value.
 | ||||
|     // AHP = 0, DN = 1, FTZ = 1, RMode = Round towards zero
 | ||||
|     context.fpcr = 0x03C00000; | ||||
| } | ||||
| 
 | ||||
| ResultVal<SharedPtr<Thread>> Thread::Create(KernelCore& kernel, std::string name, VAddr entry_point, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei