VirtualBox

Ignore:
Timestamp:
Sep 14, 2007 9:08:56 AM (17 years ago)
Author:
vboxsync
Message:

Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPit-i8254.cpp

    r4431 r4787  
    7979{
    8080    /** Pointer to the instance data - HCPtr. */
    81     HCPTRTYPE(struct PITState *) pPitHC;
     81    R3R0PTRTYPE(struct PITState *) pPitHC;
    8282    /** The timer - HCPtr. */
    83     PTMTIMERHC          pTimerHC;
     83    R3R0PTRTYPE(PTMTIMER)           pTimerHC;
    8484    /** Pointer to the instance data - GCPtr. */
    85     GCPTRTYPE(struct PITState *) pPitGC;
     85    GCPTRTYPE(struct PITState *)    pPitGC;
    8686    /** The timer - HCPtr. */
    87     PTMTIMERGC          pTimerGC;
     87    PTMTIMERGC                      pTimerGC;
    8888    /** The virtual time stamp at the last reload. (only used in mode 2 for now) */
    89     uint64_t            u64ReloadTS;
     89    uint64_t                        u64ReloadTS;
    9090    /** The actual time of the next tick.
    9191     * As apposed to the next_transition_time which contains the correct time of the next tick. */
    92     uint64_t            u64NextTS;
     92    uint64_t                        u64NextTS;
    9393
    9494    /** (count_load_time is only set by TMTimerGet() which returns uint64_t) */
     
    129129#endif
    130130    /** Pointer to the device instance. */
    131     HCPTRTYPE(PPDMDEVINS)   pDevIns;
     131    R3PTRTYPE(PPDMDEVINS)   pDevIns;
    132132#if HC_ARCH_BITS == 32
    133133    uint32_t                Alignment0;
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