diff --git a/MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c b/MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c index 9fe33ec134..73082f866b 100644 --- a/MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c +++ b/MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c @@ -160,13 +160,13 @@ GetPerformanceCounterProperties ( *EndValue = (UINT64)(-1); } - PalRet = PalCallStatic (NULL, 13, 0, 0, 0); + PalRet = PalCall (13, 0, 0, 0); if (PalRet.Status != 0) { return 1000000; } BaseFrequence = PalRet.r9; - PalRet = PalCallStatic (NULL, 14, 0, 0, 0); + PalRet = PalCall (14, 0, 0, 0); if (PalRet.Status != 0) { return 1000000; } diff --git a/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf b/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf index ed815c4257..7f8354107e 100644 --- a/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf +++ b/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf @@ -60,6 +60,7 @@ [LibraryClasses.IPF] DebugLib + PalCallLib [Pcd.IA32]