Changeset 21116 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 1, 2009 12:40:43 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49382
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r21115 r21116 812 812 return rc; 813 813 } 814 AssertMsg Failed(("Unexpected r/w page %RGv flag=%x rc=%Rrc\n", pvFault, (uint32_t)fPageGst, rc));814 AssertMsg(RT_SUCCESS(rc), ("Unexpected r/w page %RGv flag=%x rc=%Rrc\n", pvFault, (uint32_t)fPageGst, rc)); 815 815 } 816 816
Note:
See TracChangeset
for help on using the changeset viewer.