Changeset 82094 in vbox for trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
- Timestamp:
- Nov 22, 2019 12:58:02 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134901
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r82026 r82094 813 813 814 814 815 #if 0 /* not used any more */ 815 816 /** 816 817 * Mapping an MMIO2 page in place of an MMIO page for direct access. … … 884 885 return VINF_SUCCESS; 885 886 } 887 #endif /* unused */ 886 888 887 889 #if 0 /* not used any more */ … … 942 944 #endif 943 945 944 946 #if 0 /* unused */ 945 947 /** 946 948 * Reset a previously modified MMIO region; restore the access flags. … … 1003 1005 return rc; 1004 1006 } 1005 1007 #endif /*unused */
Note:
See TracChangeset
for help on using the changeset viewer.