mirror of https://github.com/acidanthera/audk.git
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:
parent
0df1e61085
commit
d3d867787c
|
@ -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); \
|
||||
} \
|
||||
} \
|
||||
|
|
Loading…
Reference in New Issue