Changeset 79806 in vbox
- Timestamp:
- Jul 16, 2019 9:58:08 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132178
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r79805 r79806 1928 1928 } 1929 1929 1930 /* VMX (VMXON, VMCS region and related data structures ') physical address width (depends on long-mode). */1930 /* VMX (VMXON, VMCS region and related data structures) physical address width (depends on long-mode). */ 1931 1931 pFeatures->cVmxMaxPhysAddrWidth = pFeatures->fLongMode ? pFeatures->cMaxPhysAddrWidth : 32; 1932 1932
Note:
See TracChangeset
for help on using the changeset viewer.