Changeset 19788 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- May 18, 2009 1:48:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r19785 r19788 4293 4293 pVCpu->pgm.s.apGstPaePDsRC[i] = (RCPTRTYPE(PX86PDPAE))GCPtr; 4294 4294 pVCpu->pgm.s.aGCPhysGstPaePDs[i] = GCPhys; 4295 PGM_INVL_PG(GCPtr); /** @todo This ends up calling HWACCMInvalidatePage, is that correct? */ 4295 # ifdef IN_RC 4296 PGM_INVL_PG(GCPtr); 4297 # endif 4296 4298 continue; 4297 4299 } … … 4305 4307 pVCpu->pgm.s.apGstPaePDsRC[i] = 0; 4306 4308 pVCpu->pgm.s.aGCPhysGstPaePDs[i] = NIL_RTGCPHYS; 4309 # ifdef IN_RC 4307 4310 PGM_INVL_PG(GCPtr); /** @todo this shouldn't be necessary? */ 4311 # endif 4308 4312 } 4309 4313
Note:
See TracChangeset
for help on using the changeset viewer.