mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-25 02:37:39 +02:00
UefiCpuPkg/CpuExceptionHandlerLib: Fix ImageContext type
This commit is contained in:
parent
0725fe2554
commit
4e4c413daa
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user