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