Changeset 54097 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Feb 6, 2015 2:36:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r54080 r54097 5652 5652 5653 5653 /** 5654 * Determines if an exception is a contributory exception. Contributory 5655 * exceptions are ones which can cause double-faults. Page-fault is 5656 * intentionally not included here as it's a conditional contributory exception. 5654 * Determines if an exception is a contributory exception. 5655 * 5656 * Contributory exceptions are ones which can cause double-faults unless the 5657 * original exception was a benign exception. Page-fault is intentionally not 5658 * included here as it's a conditional contributory exception. 5657 5659 * 5658 5660 * @returns true if the exception is contributory, false otherwise.
Note:
See TracChangeset
for help on using the changeset viewer.