Newer
Older
AMI-Aptio-BIOS-Reversed / ServerCommonPkg / Universal / GetSec / Pei / TxtPei / PeiGetServiceFromIdt.c
@Ajax Dong Ajax Dong 2 days ago 422 bytes Restructure the repo
// Decompiled: 0xffe07aec
// Function: PeiGetServiceFromIdt
// Module: TxtPei.efi (TXTPEI)

void *__thiscall PeiGetServiceFromIdt(void *this)
{
  void *this_1; // eax

  if ( !this ) /*0xffe07af2*/
    PeiServicesAssert((int)"e:\\hs\\MdePkg\\Library\\BaseLib\\X86ReadIdtr.c", 37, (int)"Idtr != ((void *) 0)"); /*0xffe07b01*/
  this_1 = this; /*0xffe07b07*/
  __sidt(this); /*0xffe07b0a*/
  return this_1; /*0xffe07b0e*/
}