VirtualBox

Changeset 9379 in vbox


Ignore:
Timestamp:
Jun 4, 2008 10:56:08 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31609
Message:

PVMGC -> PVMRC

Location:
trunk
Files:
2 edited

Legend:

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

    r9212 r9379  
    8282/** Pointer to a VM - Ring-3 Ptr. */
    8383typedef R3PTRTYPE(struct VM *)  PVMR3;
    84 /** Pointer to a VM - GC Ptr. */
    85 typedef RCPTRTYPE(struct VM *)  PVMGC;
     84/** Pointer to a VM - RC Ptr. */
     85typedef RCPTRTYPE(struct VM *)  PVMRC;
    8686
    8787/** Pointer to a ring-0 (global) VM structure. */
  • trunk/src/VBox/VMM/TMInternal.h

    r9212 r9379  
    182182    /** Pointer to the VM the timer belongs to - R0 Ptr. */
    183183    PVMR0                   pVMR0;
    184     /** Pointer to the VM the timer belongs to - GC Ptr. */
    185     PVMGC                   pVMGC;
     184    /** Pointer to the VM the timer belongs to - RC Ptr. */
     185    PVMRC                   pVMGC;
    186186#if HC_ARCH_BITS == 64 && GC_ARCH_BITS == 32
    187187    RTGCPTR                 padding0; /**< pad structure to multiple of 8 bytes. */
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