Changeset 13399 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 20, 2008 3:32:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r13398 r13399 1751 1751 VERR_INTERNAL_ERROR); 1752 1752 1753 GCPhys &= ~ 0xfff;1754 GCPhysRemapped &= ~ 0xfff;1753 GCPhys &= ~(RTGCPHYS)0xfff; 1754 GCPhysRemapped &= ~(RTGCPHYS)0xfff; 1755 1755 1756 1756 /* This currently only works in real mode, protected mode without paging or with nested paging. */
Note:
See TracChangeset
for help on using the changeset viewer.