Changeset 12994 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Oct 6, 2008 8:46:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r12989 r12994 2302 2302 PX86PDPT pPdptDst; 2303 2303 rc = PGMShwGetLongModePDPtr(pVM, GCPtrPage, &pPdptDst, &pPDDst); 2304 if (rc != VINF_SUCCESS) 2305 { 2306 AssertRC(rc); 2307 return rc; 2308 } 2304 AssertRCReturn(rc, rc); 2309 2305 Assert(pPDDst); 2310 2306 # endif
Note:
See TracChangeset
for help on using the changeset viewer.