- Timestamp:
- Apr 17, 2017 3:20:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r66583 r66584 5324 5324 5325 5325 /** @todo double and tripple faults. */ 5326 /** @todo When implementing #DF, the SVM nested-guest #DF intercepts needs some5327 * care. See AMD spec. 15.12 "Exception Intercepts". */5326 /** @todo When implementing \#DF, the SVM nested-guest \#DF intercepts needs 5327 * some care. See AMD spec. 15.12 "Exception Intercepts". */ 5328 5328 if (pVCpu->iem.s.cXcptRecursions >= 3) 5329 5329 {
Note:
See TracChangeset
for help on using the changeset viewer.