Changeset 15429 in vbox for trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp
- Timestamp:
- Dec 13, 2008 10:13:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp
r15427 r15429 1918 1918 1919 1919 1920 #if 0 /* Not used in R0, should internalized the other PGMDynMapHC/GCPage too. */ 1920 1921 /* documented elsewhere - a bit of a mess. */ 1921 1922 VMMDECL(int) PGMDynMapHCPage(PVM pVM, RTHCPHYS HCPhys, void **ppv) … … 1943 1944 return rc; 1944 1945 } 1946 #endif 1945 1947 1946 1948
Note:
See TracChangeset
for help on using the changeset viewer.