mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-25 18:48:42 +02:00
UefiCpuPkg/CpuExceptionHandlerLib: Fix ImageContext type
This commit is contained in:
parent
0725fe2554
commit
4e4c413daa
@ -223,7 +223,7 @@ GetImageInfoByIp (
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
RETURN_STATUS Status;
|
RETURN_STATUS Status;
|
||||||
PE_COFF_LOADER_IMAGE_CONTEXT ImageContext;
|
UEFI_IMAGE_LOADER_IMAGE_CONTEXT ImageContext;
|
||||||
UINT32 PdbPathSize;
|
UINT32 PdbPathSize;
|
||||||
|
|
||||||
Status = UefiImageDebugLocateImage (&ImageContext, CurrentEip);
|
Status = UefiImageDebugLocateImage (&ImageContext, CurrentEip);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user