Changeset 63560 in vbox for trunk/src/VBox/VMM/VMMR3/VMM.cpp
- Timestamp:
- Aug 16, 2016 2:01:20 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110215
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r62647 r63560 305 305 } 306 306 } 307 /** @todo :Need failure cleanup. */307 /** @todo Need failure cleanup. */ 308 308 309 309 //more todo in here? … … 1409 1409 } while (rc == VINF_EM_RAW_INTERRUPT_HYPER); 1410 1410 1411 #if 0 /* 1411 #if 0 /** @todo triggers too often */ 1412 1412 Assert(!VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_TO_R3)); 1413 1413 #endif
Note:
See TracChangeset
for help on using the changeset viewer.