Changeset 20758 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 22, 2009 10:05:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r20748 r20758 1103 1103 1104 1104 /* 1105 * We should ALWAYS have the list head as user parameter. This1106 * is because we use that page to record the changes.1107 */1108 Assert(pPage->iMonitoredPrev == NIL_PGMPOOL_IDX);1109 1110 /*1111 1105 * Disassemble the faulting instruction. 1112 1106 */ … … 1116 1110 1117 1111 pgmLock(pVM); 1112 1118 1113 if (PHYS_PAGE_ADDRESS(GCPhysFault) != PHYS_PAGE_ADDRESS(pPage->GCPhys)) 1119 1114 { … … 1124 1119 return VINF_SUCCESS; 1125 1120 } 1121 1122 /* 1123 * We should ALWAYS have the list head as user parameter. This 1124 * is because we use that page to record the changes. 1125 */ 1126 Assert(pPage->iMonitoredPrev == NIL_PGMPOOL_IDX); 1126 1127 1127 1128 /*
Note:
See TracChangeset
for help on using the changeset viewer.