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