Fix build break error.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1937 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -272,7 +272,7 @@ Returns:
|
|||||||
//
|
//
|
||||||
// X64 Calling Conventions requires that the stack must be aligned to 16 bytes
|
// X64 Calling Conventions requires that the stack must be aligned to 16 bytes
|
||||||
//
|
//
|
||||||
TopOfStack = ALIGN_POINTER (TopOfStack, 16);
|
TopOfStack = (EFI_PHYSICAL_ADDRESS) ALIGN_POINTER (TopOfStack, 16);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Add architecture-specifc HOBs (including the BspStore HOB)
|
// Add architecture-specifc HOBs (including the BspStore HOB)
|
||||||
|
Reference in New Issue
Block a user