Changeset 19795 in vbox
- Timestamp:
- May 18, 2009 3:18:12 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47434
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r19794 r19795 1116 1116 1117 1117 pgmLock(pVM); 1118 AssertMsg(PHYS_PAGE_ADDRESS(GCPhysFault) == PHYS_PAGE_ADDRESS(pPage->GCPhys), ("%RGp vs %RGp\n", PHYS_PAGE_ADDRESS(GCPhysFault), pPage->GCPhys)); 1118 1119 1119 1120 /*
Note:
See TracChangeset
for help on using the changeset viewer.