Changeset 66052 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 10, 2017 7:21:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r65767 r66052 6032 6032 if (!HMVMXCPU_GST_IS_UPDATED(pVCpu, HMVMX_UPDATED_GUEST_CR0)) 6033 6033 { 6034 #ifndef DEBUG_bird /** @todo this triggers running bs3-cpu-generated-1.img with --debug-command-line 6035 * and 'dbgc-init' containing: 6036 * sxe "xcpt_de" 6037 * sxe "xcpt_bp" 6038 * sxi "xcpt_gp" 6039 * sxi "xcpt_ss" 6040 * sxi "xcpt_np" 6041 */ 6034 6042 Assert(!HMCPU_CF_IS_PENDING(pVCpu, HM_CHANGED_GUEST_CR0)); 6043 #endif 6035 6044 uint32_t uVal = 0; 6036 6045 uint32_t uShadow = 0;
Note:
See TracChangeset
for help on using the changeset viewer.