VirtualBox

Changeset 13827 in vbox for trunk/include


Ignore:
Timestamp:
Nov 5, 2008 1:31:18 AM (16 years ago)
Author:
vboxsync
Message:

MM: Retired MMHyper2HC, MMHyperHC2GC and MMHyperGC2HC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/mm.h

    r13711 r13827  
    277277}
    278278#endif
    279 
    280 
    281 #ifdef IN_GC
    282 VMMDECL(RTHCPTR)    MMHyper2HC(PVM pVM, uintptr_t Ptr);
    283 #else
    284 DECLINLINE(RTHCPTR) MMHyper2HC(PVM pVM, uintptr_t Ptr)
    285 {
    286     NOREF(pVM);
    287     return (RTHCPTR)Ptr;
    288 }
    289 #endif
    290 
    291 #define MMHyperHC2GC(pVM, R3Ptr) MMHyperR3ToRC((pVM), (R3Ptr)) /**< @deprecated */
    292 #define MMHyperGC2HC(pVM, RCPtr) MMHyperRCToR3((pVM), (RCPtr)) /**< @deprecated */
    293279
    294280
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