Changeset 57564 in vbox
- Timestamp:
- Aug 27, 2015 1:25:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r57429 r57564 1847 1847 * Limit and Base and format the output. 1848 1848 */ 1849 uint32_t u32Limit = X86DESC_LIMIT_G(pDesc); 1849 #ifdef LOG_ENABLED 1850 uint32_t u32Limit = X86DESC_LIMIT_G(pDesc); 1850 1851 1851 1852 # if HC_ARCH_BITS == 64 … … 1858 1859 Sel, pDesc->au32[0], pDesc->au32[1], u32Base, u32Limit, pDesc->Gen.u2Dpl, szMsg)); 1859 1860 # endif 1861 #endif 1860 1862 } 1861 1863
Note:
See TracChangeset
for help on using the changeset viewer.