Newer
Older
AMI-Aptio-BIOS-Reversed / Platform / SetMemRange.c
@Ajax Dong Ajax Dong 2 days ago 333 bytes Init
// SetMemRange - decompiled from Platform.efi
__int64 __fastcall SetMemRange(_WORD *CpRcCfg)
{
  if ( ((unsigned __int8)CpRcCfg & 1) != 0 ) /*0x5efc*/
    Assert((__int64)"e:\\hs\\MdePkg\\Library\\BaseIoLibIntrinsic\\IoLib.c", 183, (__int64)"(Address & 1) == 0"); /*0x5f11*/
  *CpRcCfg = 1280; /*0x5f1b*/
  return 1280; /*0x5f1e*/
}