Newer
Older
AMI-Aptio-BIOS-Reversed / RegAccessPeim / decompiled / PcdGetSize.c
@Ajax Dong Ajax Dong 2 days ago 200 bytes Init
// PcdGetSize - addr:0xffdaf73e
int __thiscall PcdGetSize(void *n6)
{
  int (__cdecl **Protocol)(void *); // eax

  Protocol = (int (__cdecl **)(void *))PcdGetProtocol(n6);
  return Protocol[5](n6);
}