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:
lgao4 2006-11-13 07:16:11 +00:00
parent 8569244ed1
commit 3e97cd8b87
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ Returns:
//
// 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)