From d3d867787c5c1fa131ed1f96bf009e36802a80e2 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Fri, 19 May 2006 09:47:53 +0000 Subject: [PATCH 1/1] 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 --- MdePkg/Include/Library/DebugLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/Library/DebugLib.h b/MdePkg/Include/Library/DebugLib.h index 4d41c190a0..e249e57925 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 (Handle, Guid, &Instance))) { \ + if (!EFI_ERROR (gBS->LocateProtocol (Guid, Handle, &Instance))) { \ _ASSERT (Guid already installed on Handle); \ } \ } \ -- 2.39.2