VirtualBox

Changeset 41932 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jun 27, 2012 5:35:44 PM (13 years ago)
Author:
vboxsync
Message:

build fix

Location:
trunk/src/VBox/VMM/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/CPUMInternal.h

    r41931 r41932  
    394394
    395395    /** Align the structure on a 64-byte boundary. */
    396     uint8_t                 abPadding2[HC_ARCH_BITS == 32 ? 48 : 46];
     396    uint8_t                 abPadding2[64 - 16 - 2];
    397397} CPUMCPU;
    398398/** Pointer to the CPUMCPU instance data residing in the shared VMCPU structure. */
  • trunk/src/VBox/VMM/include/CPUMInternal.mac

    r41931 r41932  
    430430    .fRawEntered          resb    1
    431431    .fRemEntered          resb    1
    432 
    433 %if RTHCPTR_CB == 8
    434     .abPadding2           resb    46
    435 %else
    436     .abPadding2           resb    48
    437 %endif
    438 
     432    .abPadding2           resb    (64 - 16 - 2)
    439433endstruc
    440434
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