Newer
Older
AMI-Aptio-BIOS-Reversed / TxtPei / IoDelay.c
@Ajax Dong Ajax Dong 2 days ago 485 bytes Init
// Decompiled: 0xffe0799a
// Function: IoDelay
// Module: TxtPei.efi (TXTPEI)

__int64 __thiscall IoDelay(void *this)
{
  int v2; // eax

  if ( !this ) /*0xffe0799f*/
  {
    v2 = DebugPrintProtocol(); /*0xffe079a1*/
    if ( v2 ) /*0xffe079a8*/
      (*(void (__cdecl **)(const char *, int, const char *))(v2 + 4))( /*0xffe079b9*/
        "e:\\hs\\MdePkg\\Library\\BaseLib\\Unaligned.c",
        192,
        "Buffer != ((void *) 0)");
  }
  return *(_QWORD *)this; /*0xffe079c4*/
}