summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2006-11-13 07:16:11 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2006-11-13 07:16:11 +0000
commit3e97cd8b87e266ce2e918dad3a4e907065d20665 (patch)
tree403b9cfe1079dd9e77437d0a7e3bdbeb8074a7fb
parent8569244ed17ebbae724d00f8fedc358e584b6757 (diff)
downloadedk2-platforms-3e97cd8b87e266ce2e918dad3a4e907065d20665.tar.xz
Fix build break error.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1937 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--EdkModulePkg/Core/DxeIplX64Peim/DxeLoadX64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkModulePkg/Core/DxeIplX64Peim/DxeLoadX64.c b/EdkModulePkg/Core/DxeIplX64Peim/DxeLoadX64.c
index 655d89045d..90e7bf4058 100644
--- a/EdkModulePkg/Core/DxeIplX64Peim/DxeLoadX64.c
+++ b/EdkModulePkg/Core/DxeIplX64Peim/DxeLoadX64.c
@@ -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)