Changeset 58373 in vbox
- Timestamp:
- Oct 22, 2015 10:49:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r58317 r58373 7118 7118 and if we're injecting an event we should have a TRPM trap pending. */ 7119 7119 AssertMsg(rcExit != VINF_EM_RAW_INJECT_TRPM_EVENT || TRPMHasTrap(pVCpu), ("%Rrc\n", rcExit)); 7120 #ifndef DEBUG_bird /* Triggered after firing an NMI against NT4SP1, possibly a tripple fault in progress. */ 7120 7121 AssertMsg(rcExit != VINF_EM_RAW_EMULATE_INSTR || !TRPMHasTrap(pVCpu), ("%Rrc\n", rcExit)); 7122 #endif 7121 7123 7122 7124 /* Save guest state and restore host state bits. */
Note:
See TracChangeset
for help on using the changeset viewer.