VirtualBox

Changeset 6625 in vbox for trunk/src


Ignore:
Timestamp:
Jan 30, 2008 7:31:09 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27686
Message:

nc

File:
1 edited

Legend:

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

    r5999 r6625  
    101101    AssertCompile(sizeof(RTR0PTR) == sizeof(RTR3PTR));
    102102
    103     /* 
    104      * Translate Ring-0 VM addresses into Ring-3 VM addresses before feeding it to mmHyperLookupR3. 
     103    /*
     104     * Translate Ring-0 VM addresses into Ring-3 VM addresses before feeding it to mmHyperLookupR3.
    105105     */
    106106    /** @todo fix this properly; the ring 0 pVM address differs from the R3 one. (#1865) */
     
    296296
    297297
     298#ifndef IN_RING0
    298299/**
    299300 * Converts a ring-0 host context address in the Hypervisor memory region to a current context address.
     
    305306 * @thread  The Emulation Thread.
    306307 */
    307 #ifndef IN_RING0
    308308MMDECL(void *) MMHyperR0ToCC(PVM pVM, RTR0PTR R0Ptr)
    309309{
Note: See TracChangeset for help on using the changeset viewer.

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