Newer
Older
AMI-Aptio-BIOS-Reversed / EarlyVideoPei / PeiGetPeiServicesTablePtr.c
@Ajax Dong Ajax Dong 2 days ago 246 bytes Init
void *__thiscall PeiGetPeiServicesTablePtr(void *this)
{
  void *this_1; // eax

  if ( !this )
    PeiAssert((int)"e:\\hs\\MdePkg\\Library\\BaseLib\\X86ReadIdtr.c", 37, "Idtr != ((void *) 0)");
  this_1 = this;
  __sidt(this);
  return this_1;
}