Newer
Older
AMI-Aptio-BIOS-Reversed / Platform / DevicePathSubType.c
@Ajax Dong Ajax Dong 2 days ago 332 bytes Init
// DevicePathSubType - decompiled from Platform.efi
UINT8 __cdecl DevicePathSubType(const void *Node)
{
  if ( !Node ) /*0x755c*/
    Assert( /*0x7571*/
      (__int64)"e:\\hs\\MdePkg\\Library\\UefiDevicePathLib\\DevicePathUtilities.c",
      148,
      (__int64)"Node != ((void *) 0)");
  return *((_BYTE *)Node + 1); /*0x7579*/
}