mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	MdeModulePkg: CpuExceptionHandlerLibNull: Return Success On Null Func
Currently, CpuExceptionHandlerLibNull returns EFI_UNSUPPORTED for InitializeSeparateExceptionStacks. However, CpuMpPei, CpuDxe, and DXE Core are all moving to call this function unconditionally and expect it returns success. As such, the null lib is updated to return success. This fixes a hang on EmulatorPkg where DXE Core asserts if this function returns an error. Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
This commit is contained in:
		 Oliver Smith-Denny
					Oliver Smith-Denny
				
			
				
					committed by
					
						![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
			
				
	
			
			
			![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
						parent
						
							34cd1aca46
						
					
				
				
					commit
					1d6f2f0d8d
				
			| @ -102,5 +102,5 @@ InitializeSeparateExceptionStacks ( | ||||
|   IN OUT UINTN  *BufferSize | ||||
|   ) | ||||
| { | ||||
|   return EFI_UNSUPPORTED; | ||||
|   return EFI_SUCCESS; | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user