- Timestamp:
- Jun 17, 2010 11:52:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp
r30202 r30284 87 87 uint64_t fFlags; 88 88 89 /** todo: inefficient to fetch each guest page like this... */ 89 90 rc = PGMGstGetPage(pVCpu, GCRegion, &fFlags, &GCPhys); 90 91 if ( rc == VINF_SUCCESS
Note:
See TracChangeset
for help on using the changeset viewer.