Newer
Older
AMI-Aptio-BIOS-Reversed / Platform / Assert.c
@Ajax Dong Ajax Dong 2 days ago 329 bytes Init
// Assert - decompiled from Platform.efi
__int64 __fastcall Assert(__int64 a1, __int64 a2, __int64 a3)
{
  __int64 result; // rax

  result = CalculateCrc(); /*0x6044*/
  if ( result ) /*0x604c*/
    return (*(__int64 (__fastcall **)(__int64, __int64, __int64))(result + 8))(a1, a2, a3); /*0x6057*/
  return result; /*0x6064*/
}