mirror of https://github.com/acidanthera/audk.git
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@202 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d3d867787c
commit
a3a65d3856
|
@ -321,7 +321,7 @@ DebugClearMemoryEnabled (
|
|||
_ASSERT (Guid already installed in database); \
|
||||
} \
|
||||
} else { \
|
||||
if (!EFI_ERROR (gBS->LocateProtocol (Guid, Handle, &Instance))) { \
|
||||
if (!EFI_ERROR (gBS->HandleProtocol (Guid, Handle, &Instance))) { \
|
||||
_ASSERT (Guid already installed on Handle); \
|
||||
} \
|
||||
} \
|
||||
|
|
Loading…
Reference in New Issue