UefiCpuPkg/CpuExceptionHandlerLib: Fix ImageContext type

This commit is contained in:
Marvin Häuser 2023-03-21 19:37:06 +01:00
parent 0725fe2554
commit 4e4c413daa

View File

@ -223,7 +223,7 @@ GetImageInfoByIp (
)
{
RETURN_STATUS Status;
PE_COFF_LOADER_IMAGE_CONTEXT ImageContext;
UEFI_IMAGE_LOADER_IMAGE_CONTEXT ImageContext;
UINT32 PdbPathSize;
Status = UefiImageDebugLocateImage (&ImageContext, CurrentEip);