summaryrefslogtreecommitdiff
path: root/DuetPkg/DxeIpl/PpisNeededByDxeCore.c
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/DxeIpl/PpisNeededByDxeCore.c')
-rw-r--r--DuetPkg/DxeIpl/PpisNeededByDxeCore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/DuetPkg/DxeIpl/PpisNeededByDxeCore.c b/DuetPkg/DxeIpl/PpisNeededByDxeCore.c
index a1b9b0398..820a14e77 100644
--- a/DuetPkg/DxeIpl/PpisNeededByDxeCore.c
+++ b/DuetPkg/DxeIpl/PpisNeededByDxeCore.c
@@ -1,6 +1,6 @@
/** @file
-Copyright (c) 2006, Intel Corporation
+Copyright (c) 2006 - 2010, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -70,7 +70,7 @@ Returns:
//Hob->TianoDecompress.Interface = TianoDecompress;
InstallSerialStatusCode (&ReportStatusCode);
- Hob->SerialStatusCode.Interface = (VOID *)(UINTN)ReportStatusCode;
+ Hob->SerialStatusCode.Interface = (EFI_PHYSICAL_ADDRESS) (UINTN) ReportStatusCode;
return EFI_SUCCESS;
}