/** @file
AmiErrorHandlerMain.c -- AmiErrorHandlerMain
Auto-converted from IDA decompiler output.
Functions: 1
Copyright (c) HR650X BIOS Decompilation Project
**/
#include "AmiErrorHandlerMain.h"
// Function: ModuleEntryPoint
EFI_STATUS ModuleEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) { signed __int64 v4; // rsi sub_3E24(); v4 = sub_42EC(ImageHandle, SystemTable); if ( v4 < 0 ) sub_427C(ImageHandle, SystemTable); return v4; }