From 519f076a478a7da9ff4b9d5327a993b1fc2968e8 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Mon, 24 Nov 2008 05:49:59 +0000 Subject: 1.retried graphics library class from MdePkg 2.retried graphics library instance from MdeModulePkg 3.Move EnableQuietBoot(), DisableQuietBoot() and LockKeyboards() into GenericBdsLib git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6691 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg/Universal/DebugSupportDxe') diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c index 5402e04041..b4b078cb57 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c +++ b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c @@ -145,7 +145,7 @@ PlInitializeDebugSupportDriver ( VOID ) { - SetMem (IvtEntryTable, sizeof (IvtEntryTable), 0); + ZeroMem (IvtEntryTable, sizeof (IvtEntryTable)); ExternalInterruptCount = 0; return EFI_SUCCESS; } @@ -307,7 +307,7 @@ ManageIvtEntryTable ( // // re-init IvtEntryTable // - SetMem (&IvtEntryTable[ExceptionType], sizeof (IVT_ENTRY), 0); + ZeroMem (&IvtEntryTable[ExceptionType], sizeof (IVT_ENTRY)); } } else { // -- cgit v1.2.3