From a5ff00a6dcaa41e93af339dceada678c0d65fced Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 27 Nov 2008 00:44:29 +0000 Subject: Fix constructor/destructor issue for DXE_DRIVER library instance. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6742 6f19259b-4bc3-4df7-8a09-765794883524 --- .../DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.c b/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.c index 7271108..afc0ef3 100644 --- a/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.c +++ b/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.c @@ -169,6 +169,8 @@ Crc32GuidedSectionHandler ( EFI_STATUS EFIAPI DxeCrc32GuidedSectionExtractLibConstructor ( + IN EFI_HANDLE ImageHandle, + IN EFI_SYSTEM_TABLE *SystemTable ) { return ExtractGuidedSectionRegisterHandlers ( -- cgit v1.1