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

  if ( !this )
  {
    Ppi = PeiLocatePpi();
    if ( Ppi )
      (*(void (__cdecl **)(const char *, int, const char *))(Ppi + 4))(
        "e:\\hs\\MdePkg\\Library\\BaseLib\\Unaligned.c",
        141,
        "Buffer != ((void *) 0)");
  }
  return *(_DWORD *)this;
}