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

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "PlatformErrorHandler.h"


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

  sub_30D8();
  v4 = sub_3550(ImageHandle, SystemTable);
  if ( v4 < 0 )
    sub_34E0(ImageHandle, SystemTable);
  return v4;
}