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:
authorionescu007 <aionescu+git@gmail.com>2016-08-29 05:58:08 +0300
committerionescu007 <aionescu+git@gmail.com>2016-08-29 05:58:08 +0300
commit3b0428646368e7a38312d7e11a64a7e0c9e960aa (patch)
tree28766d59461d568e43137653c3fb22efc4478b74
parented0c96469bc818a47b85ab391b409e5c5f13839e (diff)
WIP
-rw-r--r--shvvp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shvvp.c b/shvvp.c
index 541823f..b1e2ed5 100644
--- a/shvvp.c
+++ b/shvvp.c
@@ -294,7 +294,7 @@ ShvVpCallbackDpc (
//
// Tear down the virtual processor
//
- ShvVpUninitialize(ShvGlobalData[cpuIndex]);
+ ShvVpUninitialize();
NT_ASSERT(ShvIsOurHypervisorPresent() == FALSE);
//