fatal: Skeleton tasks, write ThrowFatalImpl.

This commit is contained in:
Michael Scire 2018-11-10 00:54:12 -08:00
parent b9091e9466
commit 21b0f228b6
9 changed files with 164 additions and 7 deletions

View file

@ -18,8 +18,6 @@
#include "fatal_private.hpp"
#include "fatal_event_manager.hpp"
static FatalEventManager g_EventManager;
Result PrivateService::GetFatalEvent(Out<CopiedHandle> out_h) {
return g_EventManager.GetEvent(out_h.GetHandlePointer());
return GetEventManager()->GetEvent(out_h.GetHandlePointer());
}