Newer
Older
AMI-Aptio-BIOS-Reversed / LenovoServerPkg / Driver / LnvDriverPei / ReadUnaligned64.c
@Ajax Dong Ajax Dong 2 days ago 335 bytes Full restructure
__int64 __thiscall ReadUnaligned64(void *this)
{
  int v2; // eax

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