Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nt/shvos.c')
-rw-r--r--nt/shvos.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nt/shvos.c b/nt/shvos.c
index 5e44bd6..1a748b3 100644
--- a/nt/shvos.c
+++ b/nt/shvos.c
@@ -151,16 +151,16 @@ ShvOsDpcRoutine (
KeSignalCallDpcDone(SystemArgument1);
}
-VOID
+INT32
ShvOsPrepareProcessor (
_In_ PSHV_VP_DATA VpData
)
{
//
- // Nothing to do on NT
+ // Nothing to do on NT, only return SHV_STATUS_SUCCESS
//
UNREFERENCED_PARAMETER(VpData);
- NOTHING;
+ return SHV_STATUS_SUCCESS;
}
VOID