Changeset 74204 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 12, 2018 5:18:25 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124981
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r72895 r74204 189 189 } 190 190 191 192 /** 193 * Clears any address-range monitoring that is active. 194 * 195 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 196 */ 197 VMM_INT_DECL(void) EMMonitorWaitClear(PVMCPU pVCpu) 198 { 199 LogFlowFunc(("Clearing MWAIT\n")); 200 pVCpu->em.s.MWait.fWait &= ~(EMMWAIT_FLAG_ACTIVE | EMMWAIT_FLAG_BREAKIRQIF0); 201 } 191 202 192 203
Note:
See TracChangeset
for help on using the changeset viewer.