VirtualBox

Changeset 13785 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 4, 2008 1:11:37 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38769
Message:

More updates

File:
1 edited

Legend:

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

    r13784 r13785  
    9595     * This is the index into the VM::aCpu array. */
    9696    VMCPUID                 idCpu;
    97     /** The native ring-3 handle. */
    98     RTNATIVETHREAD          hNativeThreadR3;
    99     /** The native ring-0 handle. */
    100     RTNATIVETHREAD          hNativeThreadR0;
     97    /** The native thread handle. */
     98    RTNATIVETHREAD          hNativeThread;
    10199
    102100    /** Align the next bit on a 64-byte boundary. */
    103     uint32_t                au32Alignment[HC_ARCH_BITS == 32 ? 8 : 4];
     101    uint32_t                au32Alignment[HC_ARCH_BITS == 32 ? 1 : 6];
    104102
    105103    /** CPUM part. */
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