__int64 __thiscall DebugAssertPrint3(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",
192,
"Buffer != ((void *) 0)");
}
return *(_QWORD *)this;
}