fatal: misc cleanup, verified to reboot on hardware

This commit is contained in:
Michael Scire 2018-11-10 02:21:29 -08:00
parent 6f240b1665
commit 1228cd6903
6 changed files with 17 additions and 11 deletions

View file

@ -24,7 +24,7 @@ class FatalEventManager {
HosMutex lock;
size_t events_gotten = 0;
Event events[3];
Event events[NumFatalEvents];
public:
FatalEventManager();
Result GetEvent(Handle *out);