VirtualBox

Changeset 41267 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 14, 2012 8:06:25 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77925
Message:

Hacking my way around D's lack of pragma pack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r41259 r41267  
    30293029    uint16_t    cb;
    30303030    /** Address of the descriptor table. */
     3031#ifndef VBOX_FOR_DTRACE_LIB
    30313032    uint32_t    uAddr;
     3033#else
     3034    uint16_t    au16Addr[2];
     3035#endif
    30323036} X86XDTR32, *PX86XDTR32;
    30333037#pragma pack()
     
    30423046    uint16_t    cb;
    30433047    /** Address of the descriptor table. */
     3048#ifndef VBOX_FOR_DTRACE_LIB
    30443049    uint64_t    uAddr;
     3050#else
     3051    uint16_t    au16Addr[4];
     3052#endif
    30453053} X86XDTR64, *PX86XDTR64;
    30463054#pragma pack()
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette