Changeset 80026 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jul 28, 2019 2:23:49 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132461
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMMTests.cpp
r80011 r80026 83 83 return VERR_ACCESS_DENIED; 84 84 } 85 86 #ifdef VBOX_WITH_RAW_MODE87 /*88 * These forced actions are not necessary for the test and trigger breakpoints too.89 */90 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_TRPM_SYNC_IDT);91 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_SELM_SYNC_TSS);92 #endif93 85 94 86 /* Enable mapping of the hypervisor into the shadow page table. */
Note:
See TracChangeset
for help on using the changeset viewer.