Changeset 32564 in vbox
- Timestamp:
- Sep 16, 2010 1:40:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r32563 r32564 1281 1281 1282 1282 PGSTPT pPTSrc; 1283 intrc = PGM_GCPHYS_2_PTR_V2(pVM, pVCpu, GST_GET_PDE_GCPHYS(PdeSrc), &pPTSrc);1283 rc = PGM_GCPHYS_2_PTR_V2(pVM, pVCpu, GST_GET_PDE_GCPHYS(PdeSrc), &pPTSrc); 1284 1284 if (RT_SUCCESS(rc)) 1285 1285 {
Note:
See TracChangeset
for help on using the changeset viewer.