Newer
Older
AMI-Aptio-BIOS-Reversed / RegAccessPeim / decompiled / InternalReadIdtr.c
@Ajax Dong Ajax Dong 2 days ago 287 bytes Init
// InternalReadIdtr - addr:0xffdaf49b
void *__thiscall InternalReadIdtr(void *this)
{
  void *this_1; // eax

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