mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Fix VS2008 warning.
This looks amlost like a bug in VS2008, please verify that the warning is fixed as I don't ahve a copy of VS2008. signed-off-by: andrewfish git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12020 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
19ddbb2587
commit
d042796c1a
|
@ -52,6 +52,7 @@ HandOffToDxeCore (
|
|||
TopOfStack = (VOID *) ((UINTN) BaseOfStack + EFI_SIZE_TO_PAGES (STACK_SIZE) * EFI_PAGE_SIZE - CPU_STACK_ALIGNMENT);
|
||||
TopOfStack = ALIGN_POINTER (TopOfStack, CPU_STACK_ALIGNMENT);
|
||||
|
||||
PageTables = 0;
|
||||
if (FeaturePcdGet (PcdDxeIplBuildPageTables)) {
|
||||
//
|
||||
// Create page table and save PageMapLevel4 to CR3
|
||||
|
|
Loading…
Reference in New Issue