/** @file
QuiesceSupport.c -- QuiesceSupport
Auto-converted from IDA decompiler output.
Functions: 1
Copyright (c) HR650X BIOS Decompilation Project
**/
#include "QuiesceSupport.h"
// Function: ModuleEntryPoint
EFI_STATUS ModuleEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) { __int64 v3; // rcx __int64 v4; // rax EFI_STATUS v5; // rbx sub_634(ImageHandle); qword_3F08 = 0x8000000000000001uLL; if ( !sub_330(&unk_3E10) ) { v4 = sub_9D4(v3, SystemTable); if ( v4 >= 0 || qword_3F08 < 0 ) qword_3F08 = v4; sub_1D0C(&unk_3E10); sub_440(&unk_3E10, -1); sub_1CCC( "e:\\hs\\Build\\HR6N0XMLK\\DEBUG_VS2015\\X64\\PurleySktPkg\\Smm\\Ras\\QuiesceSupport\\QuiesceSupport\\DEBUG\\AutoGen.c", 589, "((BOOLEAN)(0==1))"); sub_1CCC( "e:\\hs\\Build\\HR6N0XMLK\\DEBUG_VS2015\\X64\\PurleySktPkg\\Smm\\Ras\\QuiesceSupport\\QuiesceSupport\\DEBUG\\AutoGen.c", 604, "((BOOLEAN)(0==1))"); } v5 = qword_3F08; if ( qword_3F08 < 0 ) sub_1DC8(); return v5; }