Changeset 26194 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 3, 2010 2:24:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57215
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r26191 r26194 346 346 * in page tables which the guest believes to be present. 347 347 */ 348 if (PdeSrc.n.u1Present)348 Assert(PdeSrc.n.u1Present); 349 349 { 350 350 RTGCPHYS GCPhys = NIL_RTGCPHYS; … … 906 906 } 907 907 } 908 /* else: !present (guest) */909 910 908 911 909 # if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE)
Note:
See TracChangeset
for help on using the changeset viewer.