Changeset 69585 in vbox
- Timestamp:
- Nov 4, 2017 10:48:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/tools/VBoxCpuReport.cpp
r69584 r69585 3364 3364 /* If the OS uses the APIC, we have to be super careful. */ 3365 3365 if (!g_fAtomicMsrMod) 3366 fSkipMask |= 0x0000000ffffff000;3366 fSkipMask |= UINT64_C(0x0000000ffffff000); 3367 3367 3368 3368 return reportMsr_GenFunctionEx(uMsr, "Ia32ApicBase", uValue, fSkipMask, 0, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.