VirtualBox

Changeset 19999 in vbox


Ignore:
Timestamp:
May 25, 2009 1:39:18 PM (16 years ago)
Author:
vboxsync
Message:

More comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp

    r19992 r19999  
    11261126            PGM_PAGE_SET_TYPE(pPage, PGMPAGETYPE_MMIO2_ALIAS_MMIO);
    11271127            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             */
    11291132            PGM_PAGE_SET_PAGEID(pPage, NIL_GMM_PAGEID);
    11301133            PGM_PAGE_SET_HNDL_PHYS_STATE(pPage, PGM_PAGE_HNDL_PHYS_STATE_DISABLED);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette