Changeset 78295 in vbox for trunk/src/VBox
- Timestamp:
- Apr 25, 2019 12:51:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r78287 r78295 7313 7313 uint64_t u64Val; 7314 7314 uint32_t u32Val; 7315 7316 /* 7317 * Note! This is hack to workaround a mysterious BSOD observed with release builds 7318 * on Windows 10 64-bit hosts. Profile and debug builds are not affected and 7319 * neither are other host platforms. 7320 * 7321 * Committing this temporarily as it prevents BSOD. 7322 */ 7323 #ifdef RT_OS_WINDOWS 7324 if (pVM == 0 || pVM == (void *)(uintptr_t)-1) 7325 return VERR_HM_IPE_1; 7326 #endif 7315 7327 7316 7328 STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatImportGuestState, x);
Note:
See TracChangeset
for help on using the changeset viewer.