mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2026-01-08 19:23:38 +00:00
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
Block a user