Newer
Older
AMI-Aptio-BIOS-Reversed / Platform / DevicePathNodeLength.c
@Ajax Dong Ajax Dong 2 days ago 422 bytes Init
// DevicePathNodeLength - decompiled from Platform.efi
UINTN __cdecl DevicePathNodeLength(const void *Node)
{
  UINTN result; // rax

  if ( !Node ) /*0x758c*/
    Assert( /*0x75a1*/
      (__int64)"e:\\hs\\MdePkg\\Library\\UefiDevicePathLib\\DevicePathUtilities.c",
      173,
      (__int64)"Node != ((void *) 0)");
  LOBYTE(result) = IoRead8((UINTN)Node + 2); /*0x75aa*/
  return (unsigned __int16)result; /*0x75b2*/
}