VirtualBox

Changeset 41901 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jun 23, 2012 8:30:36 PM (12 years ago)
Author:
vboxsync
Message:

VBox/types.h: VBOXGDTR_VER1_6 -> cpumctx-v1_6.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpumctx-v1_6.h

    r41899 r41901  
    4848#pragma pack()
    4949
     50#pragma pack(1)
     51/** GDTR from version 1.6 */
     52typedef struct VBOXGDTR_VER1_6
     53{
     54    /** Size of the GDT. */
     55    uint16_t    cbGdt;
     56    /** Address of the GDT. */
     57    uint32_t    pGdt;
     58} VBOXGDTR_VER1_6;
     59#pragma pack()
     60
    5061
    5162/**
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