mirror of https://github.com/acidanthera/audk.git
Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming <liming.gao@intel.com> Reviewed-By: Olivier Martin <Olivier.Martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15139 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8a83534019
commit
d91e3ba5e7
|
@ -84,6 +84,7 @@ GetPeiServicesTablePointer (
|
|||
VOID
|
||||
EFIAPI
|
||||
MigratePeiServicesTablePointer (
|
||||
VOID
|
||||
)
|
||||
{
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue