VirtualBox

Changeset 9431 in vbox for trunk/include


Ignore:
Timestamp:
Jun 5, 2008 3:31:54 PM (17 years ago)
Author:
vboxsync
Message:

Hardcode to uint64_t to avoid many ifdefs.

File:
1 edited

Legend:

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

    r9430 r9431  
    381381    uint16_t    cbIdt;
    382382    /** Address of the IDT. */
    383     RTGCPTR     pIdt;
     383    uint64_t     pIdt;
    384384} VBOXIDTR, *PVBOXIDTR;
    385385#pragma pack()
     
    470470    uint16_t    cbGdt;
    471471    /** Address of the GDT. */
    472     RTGCPTR     pGdt;
     472    uint64_t    pGdt;
    473473} VBOXGDTR;
    474474#pragma pack()
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