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