- Timestamp:
- Apr 5, 2009 1:48:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMHyper.cpp
r18718 r18719 588 588 { 589 589 rc = PGMMap(pVM, GCPtr + (i << PAGE_SHIFT), paHCPhysPages[i], PAGE_SIZE, 0); 590 AssertRC Return(rc,rc);590 AssertRCBreak(rc); 591 591 } 592 592 }
Note:
See TracChangeset
for help on using the changeset viewer.