VirtualBox

Changeset 9212 in vbox for trunk/src/VBox/VMM/CPUMInternal.h


Ignore:
Timestamp:
May 29, 2008 9:38:38 AM (17 years ago)
Author:
vboxsync
Message:

Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE for pointers valid in raw mode only (RTGCPTR32).

Disabled by default. Enable by adding VBOX_WITH_64_BITS_GUESTS to your LocalConfig.kmk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CPUMInternal.h

    r8155 r9212  
    262262    RTUINT          offVM;
    263263    /** Pointer to CPU structure in GC. */
    264     GCPTRTYPE(struct CPUM *) pCPUMGC;
     264    RCPTRTYPE(struct CPUM *) pCPUMGC;
    265265    /** Pointer to CPU structure in HC. */
    266266    R3R0PTRTYPE(struct CPUM *) pCPUMHC;
     
    293293    R0PTRTYPE(PCPUMCTXCORE) pHyperCoreR0;
    294294    /** Pointer to the current hypervisor core context - GCPtr. */
    295     GCPTRTYPE(PCPUMCTXCORE) pHyperCoreGC;
     295    RCPTRTYPE(PCPUMCTXCORE) pHyperCoreGC;
    296296
    297297    /** Use flags.
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