VirtualBox

Changeset 4415 in vbox


Ignore:
Timestamp:
Aug 29, 2007 8:58:24 AM (17 years ago)
Author:
vboxsync
Message:

Todos added

File:
1 edited

Legend:

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

    r4413 r4415  
    15611561 * @param   cb          The number of bytes to read.
    15621562 */
     1563/** @todo use the PGMPhysReadGCPtr name and rename the unsafe one to something appropriate */
    15631564PGMDECL(int) PGMPhysReadGCPtrSafe(PVM pVM, void *pvDst, RTGCPTR GCPtrSrc, size_t cb)
    15641565{
     
    16221623 * @param   cb          The number of bytes to write.
    16231624 */
     1625/** @todo use the PGMPhysWriteGCPtr name and rename the unsafe one to something appropriate */
    16241626PGMDECL(int) PGMPhysWriteGCPtrSafe(PVM pVM, RTGCPTR GCPtrDst, const void *pvSrc, size_t cb)
    16251627{
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