mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-03 17:51:52 +00:00
Small fixes
This commit is contained in:
@ -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 (...)
|
||||
{
|
||||
|
Reference in New Issue
Block a user