diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 10:39:41 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 10:39:41 +0000 |
commit | a3a65d3856568add47d1f44eaa7620ce7c22db53 (patch) | |
tree | b83e4063dbb9cfae1b503dfcd2d552ac4de1659f /MdePkg/Include | |
parent | d3d867787c5c1fa131ed1f96bf009e36802a80e2 (diff) | |
download | edk2-platforms-a3a65d3856568add47d1f44eaa7620ce7c22db53.tar.xz |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@202 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Library/DebugLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/DebugLib.h b/MdePkg/Include/Library/DebugLib.h index e249e57925..82f9e6fdba 100644 --- a/MdePkg/Include/Library/DebugLib.h +++ b/MdePkg/Include/Library/DebugLib.h @@ -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); \
} \
} \
|