mirror of https://github.com/acidanthera/audk.git
modified to pass the VS2003 build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9944 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
07341a33f2
commit
ebfb7bb55b
|
@ -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
|
||||
// Runtime code&boot time code
|
||||
//
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED EFI_LOAD_FIXED_ADDRESS_CONFIGURATION_TABLE gLoadModuleAtFixAddressConfigurationTable;
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED EFI_LOAD_FIXED_ADDRESS_CONFIGURATION_TABLE gLoadModuleAtFixAddressConfigurationTable = {0, 0};
|
||||
|
||||
// Main entry point to the DXE Core
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue