1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-03 17:51:52 +00:00

Small fixes

This commit is contained in:
momo5502
2022-03-26 16:09:05 +01:00
parent da7204ee90
commit a5dab1e9ba
3 changed files with 2 additions and 7 deletions

View File

@ -225,9 +225,6 @@ extern "C" NTSTATUS DriverEntry(const PDRIVER_OBJECT DriverObject, PUNICODE_STRI
debug_log("Waking up!");
}
});
sleep_cb->dispatcher(sleep_callback::type::sleep);
sleep_cb->dispatcher(sleep_callback::type::wakeup);
}
catch (...)
{