diff options
Diffstat (limited to 'Nt32Pkg/WinNtFlashMapPei/FlashMap.c')
-rw-r--r-- | Nt32Pkg/WinNtFlashMapPei/FlashMap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/WinNtFlashMapPei/FlashMap.c b/Nt32Pkg/WinNtFlashMapPei/FlashMap.c index 111514f21b..3d83516fcc 100644 --- a/Nt32Pkg/WinNtFlashMapPei/FlashMap.c +++ b/Nt32Pkg/WinNtFlashMapPei/FlashMap.c @@ -70,7 +70,7 @@ Returns: &gNtFwhPpiGuid, // GUID
0, // INSTANCE
&PpiDescriptor, // EFI_PEI_PPI_DESCRIPTOR
- &NtFwhPpi // PPI
+ (VOID**)&NtFwhPpi // PPI
);
ASSERT_EFI_ERROR (Status);
|