X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FLibrary%2FPeiS3Lib%2FPeiS3Lib.c;h=1d7907ef7f780a02ad616af7bc786fde27a1843a;hp=44a870a6870d1b78ec9df6e64ae0a185130e32b1;hb=630b41877e9a1afe59d4f8a1c22bc691fe933ff8;hpb=e8da1266b93d62d1998f73a7ec34bd54a074dbcf diff --git a/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c b/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c index 44a870a687..1d7907ef7f 100644 --- a/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c +++ b/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c @@ -1,7 +1,7 @@ /**@file S3 Library. This library class defines a set of methods related do S3 mode -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 @@ AcpiS3ResumeOs ( ); ASSERT_EFI_ERROR (Status); - return S3Resume->S3RestoreConfig (GetPeiServicesTablePointer()); + return S3Resume->S3RestoreConfig ((EFI_PEI_SERVICES **) GetPeiServicesTablePointer()); }