Newer
Older
AMI-Aptio-BIOS-Reversed / PurleyPlatPkg / Platform / Pei / EarlyVideoPei / PeiAssert.c
@Ajax Dong Ajax Dong 2 days ago 463 bytes Full restructure
int __fastcall PeiAssert(
        int e:__hs__MdePkg__Library__PeiServicesTablePointerLibIdt__PeiServ,
        int n48,
        const char *PeiServices____((void__)_0))
{
  int result; // eax

  result = PeiLocatePpi();
  if ( result )
    return (*(int (__cdecl **)(int, int, const char *))(result + 4))(
             e:__hs__MdePkg__Library__PeiServicesTablePointerLibIdt__PeiServ,
             n48,
             PeiServices____((void__)_0));
  return result;
}