Newer
Older
AMI-Aptio-BIOS-Reversed / Platform / DevicePathType.c
@Ajax Dong Ajax Dong 2 days ago 320 bytes Init
// DevicePathType - decompiled from Platform.efi
UINT8 __cdecl DevicePathType(const void *Node)
{
  if ( !Node ) /*0x7530*/
    Assert( /*0x7543*/
      (__int64)"e:\\hs\\MdePkg\\Library\\UefiDevicePathLib\\DevicePathUtilities.c",
      126,
      (__int64)"Node != ((void *) 0)");
  return *(_BYTE *)Node; /*0x754a*/
}