- Timestamp:
- Nov 18, 2009 4:29:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r23792 r24763 260 260 else 261 261 /* Note: hack alert for difficult to reproduce problem. */ 262 if ( rc == VERR_PAGE_TABLE_NOT_PRESENT /* seen with UNI & SMP */ 262 if ( rc == VERR_PAGE_NOT_PRESENT /* SMP only ; disassembly might fail. */ 263 || rc == VERR_PAGE_TABLE_NOT_PRESENT /* seen with UNI & SMP */ 263 264 || rc == VERR_PAGE_DIRECTORY_PTR_NOT_PRESENT /* seen with SMP */ 264 265 || rc == VERR_PAGE_MAP_LEVEL4_NOT_PRESENT) /* precaution */
Note:
See TracChangeset
for help on using the changeset viewer.