VirtualBox

Changeset 11155 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Aug 5, 2008 11:00:44 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34145
Message:

TMTimerRCPtr and some types.

Location:
trunk/src/VBox/Devices/PC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r10665 r11155  
    197197    PCPDMAPICHLPGC  pApicHlpGC;
    198198    /** The APIC timer - GC Ptr. */
    199     PTMTIMERGC      pTimerGC;
     199    PTMTIMERRC      pTimerGC;
    200200
    201201    /** Number of attempts made to optimize TPR accesses. */
     
    561561
    562562    APICState *s = PDMINS2DATA(pDevIns, APICState *);
    563     if (!s) 
     563    if (!s)
    564564        return false;
    565565
  • trunk/src/VBox/Devices/PC/DevPit-i8254.cpp

    r9212 r11155  
    8989    RCPTRTYPE(struct PITState *)    pPitGC;
    9090    /** The timer - HCPtr. */
    91     PTMTIMERGC                      pTimerGC;
     91    PTMTIMERRC                      pTimerGC;
    9292    /** The virtual time stamp at the last reload. (only used in mode 2 for now) */
    9393    uint64_t                        u64ReloadTS;
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