Changeset 62277 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 15, 2016 12:15:33 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108796
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r62260 r62277 1374 1374 * change on. Usually the calling EMT. 1375 1375 * @param fVisible Whether to make it visible (true) or hide it (false). 1376 */ 1377 VMM_INT_DECL(bool) CPUMSetGuestCpuIdPerCpuApicFeature(PVMCPU pVCpu, bool fVisible) 1376 * 1377 * @remarks This is "VMMDECL" so that it still links with 1378 * the old APIC code which is in VBoxDD2 and not in 1379 * the VMM module. 1380 */ 1381 VMMDECL(bool) CPUMSetGuestCpuIdPerCpuApicFeature(PVMCPU pVCpu, bool fVisible) 1378 1382 { 1379 1383 bool fOld = pVCpu->cpum.s.fCpuIdApicFeatureVisible;
Note:
See TracChangeset
for help on using the changeset viewer.