Newer
Older
AMI-Aptio-BIOS-Reversed / PurleyPlatPkg / Ras / Smm / ErrHandling / PcieErrorHandler / PcieErrorHandler.c
@Ajax Dong Ajax Dong 2 days ago 470 bytes Full restructure
/** @file
  PcieErrorHandler.c -- PcieErrorHandler

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "PcieErrorHandler.h"


// Function: ModuleEntryPoint
EFI_STATUS ModuleEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable)
{
  signed __int64 v4; // rsi

  sub_7958();
  v4 = sub_7E70(ImageHandle, SystemTable);
  if ( v4 < 0 )
    sub_7E00(ImageHandle, SystemTable);
  return v4;
}