]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c
removed the use of PalCallStatic and changed to PalCall
[mirror_edk2.git] / MdePkg / Library / SecPeiDxeTimerLibCpu / IpfTimerLib.c
index 9fe33ec134ebe346a6e9a2b3867ad058d24651a1..73082f866bc12001aac01f6903d8ba22b8bdfdc4 100644 (file)
@@ -160,13 +160,13 @@ GetPerformanceCounterProperties (
     *EndValue = (UINT64)(-1);\r
   }\r
 \r
-  PalRet = PalCallStatic (NULL, 13, 0, 0, 0);\r
+  PalRet = PalCall (13, 0, 0, 0);\r
   if (PalRet.Status != 0) {\r
     return 1000000;\r
   }\r
   BaseFrequence = PalRet.r9;\r
 \r
-  PalRet = PalCallStatic (NULL, 14, 0, 0, 0);\r
+  PalRet = PalCall (14, 0, 0, 0);\r
   if (PalRet.Status != 0) {\r
     return 1000000;\r
   }\r