mirror of https://github.com/acidanthera/audk.git
Restored the SetVirtualAddress and SetExitBootService related code generation for UEFI_APPLICATION type of module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2520 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
73ebf379a4
commit
18f95092d6
|
@ -1960,6 +1960,7 @@ public class AutoGen {
|
|||
case CommonDefinition.ModuleTypeDxeRuntimeDriver:
|
||||
case CommonDefinition.ModuleTypeDxeSalDriver:
|
||||
case CommonDefinition.ModuleTypeUefiDriver:
|
||||
case CommonDefinition.ModuleTypeUefiApplication:
|
||||
//
|
||||
// If moduleType is one of above, call setVirtualAddressToAutogenC,
|
||||
// and setExitBootServiceToAutogenC.
|
||||
|
|
Loading…
Reference in New Issue