Finish bug at line 324:

gBS->LocateProtocol (Handle, Guid, &Instance) error

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@201 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2006-05-19 09:47:53 +00:00
parent 0df1e61085
commit d3d867787c
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 (Handle, Guid, &Instance))) { \
if (!EFI_ERROR (gBS->LocateProtocol (Guid, Handle, &Instance))) { \
_ASSERT (Guid already installed on Handle); \
} \
} \