Newer
Older
AMI-Aptio-BIOS-Reversed / DxeIpl / DxeIplAllocPagesBelow4G.c
@Ajax Dong Ajax Dong 2 days ago 301 bytes Init
/* DxeIplAllocPagesBelow4G @ 0xffc16191 size=0x22 */
int __cdecl DxeIplAllocPagesBelow4G(int n64)
{
  int v1; // ecx
  int result; // eax

  result = DxeIplAllocPages(v1, n64); /*0xffc16198*/
  if ( result ) /*0xffc1619f*/
    return sub_FFC162D3(n64); /*0xffc161ab*/
  return result; /*0xffc161a1*/
}