diff options
Diffstat (limited to 'EdkNt32Pkg/Pei/PcdEmulator/PcdEmulator.c')
-rw-r--r-- | EdkNt32Pkg/Pei/PcdEmulator/PcdEmulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkNt32Pkg/Pei/PcdEmulator/PcdEmulator.c b/EdkNt32Pkg/Pei/PcdEmulator/PcdEmulator.c index 69261b952b..76399048fd 100644 --- a/EdkNt32Pkg/Pei/PcdEmulator/PcdEmulator.c +++ b/EdkNt32Pkg/Pei/PcdEmulator/PcdEmulator.c @@ -621,7 +621,7 @@ PeimPcdEmulatorEntry ( //
// Install PCD service PPI
//
- Status = PeiCoreInstallPpi (&mPpiPCD);
+ Status = PeiServicesInstallPpi (&mPpiPCD);
ASSERT_EFI_ERROR (Status);
return Status;
|