]> git.proxmox.com Git - mirror_edk2.git/commitdiff
modified to pass the VS2003 build
authorjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 8 Feb 2010 03:13:09 +0000 (03:13 +0000)
committerjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 8 Feb 2010 03:13:09 +0000 (03:13 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9944 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c

index 5d1d6df20293a63c31f05bed08905c2364717669..8c7bdc70748eb1f893019b7dd58888515707c72c 100644 (file)
@@ -213,7 +213,7 @@ EFI_DECOMPRESS_PROTOCOL  gEfiDecompress = {
 // For Loading modules at fixed address feature, the configuration table is to cache the top address below which to load \r
 // Runtime code&boot time code \r
 //\r
-GLOBAL_REMOVE_IF_UNREFERENCED EFI_LOAD_FIXED_ADDRESS_CONFIGURATION_TABLE    gLoadModuleAtFixAddressConfigurationTable;\r
+GLOBAL_REMOVE_IF_UNREFERENCED EFI_LOAD_FIXED_ADDRESS_CONFIGURATION_TABLE    gLoadModuleAtFixAddressConfigurationTable = {0, 0};\r
 \r
 // Main entry point to the DXE Core\r
 //\r