Changeset 46780 in vbox
- Timestamp:
- Jun 25, 2013 1:38:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r46486 r46780 2240 2240 */ 2241 2241 case VINF_EM_DBG_STEPPED: 2242 /* Commenting this assertion for now as it hinders with single-stepping in new AMD-V code 2243 * (using guest EFLAGS.TF) and returning VINF_EM_DBG_STEPPED in the #DB handler. */ 2244 #if 0 2242 2245 AssertMsgFailed(("VINF_EM_DBG_STEPPED cannot be here!")); 2246 #endif 2243 2247 case VINF_EM_DBG_STOP: 2244 2248 case VINF_EM_DBG_BREAKPOINT:
Note:
See TracChangeset
for help on using the changeset viewer.