mirror of https://github.com/acidanthera/audk.git
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:
parent
8569244ed1
commit
3e97cd8b87
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue