Changeset 42404 in vbox for trunk/src/VBox
- Timestamp:
- Jul 26, 2012 5:10:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r42345 r42404 479 479 if (rc == VINF_PGM_SYNCPAGE_MODIFIED_PDE) 480 480 rc = VINF_SUCCESS; 481 /* Note: hack alert for difficult to reproduce problem. */ 481 /* 482 * Handle the case where we cannot interpret the instruction because we cannot get the guest physical address 483 * via its page tables, see @bugref{6043}. 484 */ 482 485 else if ( rc == VERR_PAGE_NOT_PRESENT /* SMP only ; disassembly might fail. */ 483 486 || rc == VERR_PAGE_TABLE_NOT_PRESENT /* seen with UNI & SMP */
Note:
See TracChangeset
for help on using the changeset viewer.