VirtualBox

Changeset 9441 in vbox


Ignore:
Timestamp:
Jun 5, 2008 4:53:48 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31693
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/SELMInternal.h

    r9439 r9441  
    9999    RTUINT                  cbEffGuestGdtLimit;
    100100
     101    uint32_t                padding0;
     102
    101103    /** HC Pointer to the LDT shadow area placed in Hypervisor memory arena. */
    102104    R3PTRTYPE(void *)       HCPtrLdt;
     
    104106    RCPTRTYPE(void *)       GCPtrLdt;
    105107#if GC_ARCH_BITS == 64
    106     RTRCPTR                 padding0;
     108    RTRCPTR                 padding1;
    107109#endif
    108110    /** GC Pointer to the current Guest's LDT. */
     
    112114    /** Current LDT offset relative to pvLdt*. */
    113115    RTUINT                  offLdtHyper;
    114 
    115     uint32_t                padding1[3];
    116 
     116#if HC_ARCH_BITS == 32
     117    uint32_t                padding2[2];
     118#endif
    117119    /** TSS. (This is 16 byte aligned!)
    118120      * @todo I/O bitmap & interrupt redirection table? */
     
    125127    RCPTRTYPE(void *)       GCPtrTss;
    126128#if GC_ARCH_BITS == 64
    127     RTRCPTR                 padding2;
     129    RTRCPTR                 padding3;
    128130#endif
    129131    /** GC Pointer to the current Guest's TSS. */
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