- Timestamp:
- Oct 20, 2008 12:55:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r13390 r13392 1751 1751 VERR_INTERNAL_ERROR); 1752 1752 1753 GCPhys &= 0xfff;1754 GCPhysRemapped &= 0xfff;1753 GCPhys &= ~0xfff; 1754 GCPhysRemapped &= ~0xfff; 1755 1755 1756 1756 /* This currently only works in real mode, protected mode without paging or with nested paging. */ … … 1782 1782 1783 1783 Log(("IOMMMIOResetRegion %VGp\n", GCPhys)); 1784 1784 1785 /* 1785 1786 * Lookup the current context range node and statistics.
Note:
See TracChangeset
for help on using the changeset viewer.