- Timestamp:
- Mar 26, 2009 5:22:14 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r18192 r18330 4142 4142 pgmLock(pVM); 4143 4143 PPGMPAGE pPage = pgmPhysGetPage(&pVM->pgm.s, GCPhysCR3); 4144 AssertReturn(pPage, VERR_INTERNAL_ERROR );4144 AssertReturn(pPage, VERR_INTERNAL_ERROR_2); 4145 4145 HCPhysGuestCR3 = PGM_PAGE_GET_HCPHYS(pPage); 4146 4146 /** @todo this needs some reworking wrt. locking. */ … … 4194 4194 pgmLock(pVM); 4195 4195 PPGMPAGE pPage = pgmPhysGetPage(&pVM->pgm.s, GCPhys); 4196 AssertReturn(pPage, VERR_INTERNAL_ERROR );4196 AssertReturn(pPage, VERR_INTERNAL_ERROR_2); 4197 4197 HCPhys = PGM_PAGE_GET_HCPHYS(pPage); 4198 4198 # if defined(IN_RC) || defined(VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0)
Note:
See TracChangeset
for help on using the changeset viewer.