Changeset 23284 in vbox
- Timestamp:
- Sep 24, 2009 1:08:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r23283 r23284 2242 2242 2243 2243 STAM_COUNTER_INC(&pVCpu->pgm.s.CTX_MID_Z(Stat,DirtyPageTrap)); 2244 Assert( PdeDst.b.u1Write);2244 Assert(pPdeSrc->b.u1Write); 2245 2245 2246 2246 /* Note: No need to invalidate this entry on other VCPUs as a stale TLB entry will not harm; write access will simply … … 2378 2378 STAM_COUNTER_INC(&pVCpu->pgm.s.CTX_MID_Z(Stat,DirtyPageTrap)); 2379 2379 2380 Assert( PteDst.n.u1Write);2380 Assert(pPteSrc->n.u1Write); 2381 2381 2382 2382 /* Note: No need to invalidate this entry on other VCPUs as a stale TLB entry will not harm; write access will simply
Note:
See TracChangeset
for help on using the changeset viewer.