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 09:24:11 +0300
committerionescu007 <aionescu+git@gmail.com>2016-08-29 09:24:11 +0300
commitdd64f6a1cdc6d7a396d0e9c9fd2f875685effb37 (patch)
treeeca7c04da036daca4945b54ebcc52cb9e1e028eb
parente26207398fbaf6e502724e15dbd3c48ab6e6cbe5 (diff)
Remove debug print
-rw-r--r--shvvp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shvvp.c b/shvvp.c
index 8bd2f57..b729b94 100644
--- a/shvvp.c
+++ b/shvvp.c
@@ -154,7 +154,6 @@ ShvVpUninitialize (
//
__cpuidex(cpuInfo, 0x41414141, 0x42424242);
vpData = (PSHV_VP_DATA)((ULONG64)cpuInfo[0] << 32 | cpuInfo[1]);
- DbgPrintEx(77, 0, "DAta: 0x%p\n", vpData);
MmFreeContiguousMemory(vpData);
//