VirtualBox
Show
Ignore:
Timestamp:
11/05/08 03:01:12 (2 months ago)
Author:
vboxsync
Message:

IN_GC -> IN_RC.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/mm.h

    r13827 r13832  
    238238 
    239239 
    240 #ifndef IN_G
     240#ifndef IN_R
    241241VMMDECL(void *)     MMHyperRCToCC(PVM pVM, RTRCPTR RCPtr); 
    242242#else 
     
    268268#endif 
    269269 
    270 #ifndef IN_G
     270#ifndef IN_R
    271271VMMDECL(RTRCPTR)    MMHyperCCToRC(PVM pVM, void *pv); 
    272272#else 
     
    299299/** @def MMHYPER_RC_ASSERT_RCPTR 
    300300 * Asserts that an address is either NULL or inside the hypervisor memory area. 
    301  * This assertion only works while IN_GC, it's a NOP everywhere else. 
     301 * This assertion only works while IN_RC, it's a NOP everywhere else. 
    302302 * @thread  The Emulation Thread. 
    303303 */ 
    304 #ifdef IN_G
     304#ifdef IN_R
    305305# define MMHYPER_RC_ASSERT_RCPTR(pVM, RCPtr)   Assert(MMHyperIsInsideArea((pVM), (RTRCUINTPTR)(RCPtr)) || !(RCPtr)) 
    306306#else 
     
    405405 
    406406 
    407 #ifdef IN_G
     407#ifdef IN_R
    408408/** @defgroup grp_mm_gc    The MM Guest Context API 
    409409 * @ingroup grp_mm 
     
    419419 
    420420/** @} */ 
    421 #endif /* IN_GC */ 
     421#endif /* IN_RC */ 
    422422 
    423423/** @} */ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy