Changeset 9414 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 5, 2008 12:06:48 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp ¶
r9413 r9414 912 912 * Limit and Base and format the output. 913 913 */ 914 uint32_t u32Limit = pDesc->Gen.u4LimitHigh << 16 | pDesc->Gen.u16LimitLow;914 uint32_t u32Limit = X86DESC_LIMIT(*pDesc); 915 915 if (pDesc->Gen.u1Granularity) 916 916 u32Limit = u32Limit << PAGE_SHIFT | PAGE_OFFSET_MASK;
Note:
See TracChangeset
for help on using the changeset viewer.