Newer
Older
AMI-Aptio-BIOS-Reversed / Platform / GetVariableSize.c
@Ajax Dong Ajax Dong 2 days ago 332 bytes Init
// GetVariableSize - decompiled from Platform.efi
__int64 __fastcall GetVariableSize(unsigned __int16 *CpuPciCfg)
{
  if ( ((unsigned __int8)CpuPciCfg & 1) != 0 ) /*0x5ecc*/
    Assert((__int64)"e:\\hs\\MdePkg\\Library\\BaseIoLibIntrinsic\\IoLib.c", 151, (__int64)"(Address & 1) == 0"); /*0x5ee1*/
  return *CpuPciCfg; /*0x5ee9*/
}