git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@202 6f19259b-4bc3-4df7-8a09-765794883524

This commit is contained in:
lgao4 2006-05-19 10:39:41 +00:00
parent d3d867787c
commit a3a65d3856
1 changed files with 1 additions and 1 deletions

View File

@ -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); \
} \
} \