// 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;
}