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
path: root/shv.h
diff options
context:
space:
mode:
Diffstat (limited to 'shv.h')
-rw-r--r--shv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shv.h b/shv.h
index 2095239..67218d1 100644
--- a/shv.h
+++ b/shv.h
@@ -57,7 +57,6 @@ typedef struct _SHV_VP_DATA
ULONGLONG VmcsPhysicalAddress;
ULONGLONG MsrBitmapPhysicalAddress;
ULONGLONG EptPml4PhysicalAddress;
- volatile ULONG VmxEnabled;
};
};