Newer
Older
AMI-Aptio-BIOS-Reversed / PurleyPlatPkg / Platform / Pei / EarlyVideoPei / DebugAssertPrint.c
@Ajax Dong Ajax Dong 2 days ago 335 bytes Full restructure
__int16 __thiscall DebugAssertPrint(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",
        38,
        "Buffer != ((void *) 0)");
  }
  return *(_WORD *)this;
}