X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FLibrary%2FPeiRecoveryLib%2FPeiRecoveryLib.c;h=74491b466c881499cb4ef8f1212f5eb6576bf16e;hb=4ee6846f7b0df95afb63c5870e3815085dda5064;hp=ab3395547cec7abcb2f2583a8f81c3371daa4d0e;hpb=e8da1266b93d62d1998f73a7ec34bd54a074dbcf;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.c b/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.c index ab3395547c..74491b466c 100644 --- a/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.c +++ b/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.c @@ -1,7 +1,7 @@ /**@file Recovery Library. This library class defines a set of methods related do recovery. -Copyright (c) 2006 - 2007 Intel Corporation +Copyright (c) 2006 - 2008 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 @@ -41,6 +41,6 @@ PeiRecoverFirmware ( ); ASSERT_EFI_ERROR (Status); - return PeiRecovery->LoadRecoveryCapsule (GetPeiServicesTablePointer(), PeiRecovery); + return PeiRecovery->LoadRecoveryCapsule ((EFI_PEI_SERVICES **) GetPeiServicesTablePointer(), PeiRecovery); }