Changeset 59021 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Dec 7, 2015 12:27:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r59020 r59021 1294 1294 /* Make sure we don't touch HM after we've disabled HM in preparation of a suspend. */ 1295 1295 AssertReturn(!ASMAtomicReadBool(&g_HmR0.fSuspended), VERR_HM_SUSPEND_PENDING); 1296 1297 LogRel(("pVM=%p EMT=%p\n", pVM, RTThreadNativeSelf()));1298 1296 1299 1297 /* On first entry we'll sync everything. */
Note:
See TracChangeset
for help on using the changeset viewer.