Changeset 19999 in vbox
- Timestamp:
- May 25, 2009 1:39:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r19992 r19999 1126 1126 PGM_PAGE_SET_TYPE(pPage, PGMPAGETYPE_MMIO2_ALIAS_MMIO); 1127 1127 PGM_PAGE_SET_STATE(pPage, PGM_PAGE_STATE_ALLOCATED); 1128 /** @todo hack alert */ 1128 /** @todo hack alert 1129 * This needs to be done properly. Currently we get away with it as the recompiler directly calls 1130 * IOM read and write functions. Access through PGMPhysRead/Write will crash the process. 1131 */ 1129 1132 PGM_PAGE_SET_PAGEID(pPage, NIL_GMM_PAGEID); 1130 1133 PGM_PAGE_SET_HNDL_PHYS_STATE(pPage, PGM_PAGE_HNDL_PHYS_STATE_DISABLED);
Note:
See TracChangeset
for help on using the changeset viewer.