VirtualBox

Changeset 5465 in vbox


Ignore:
Timestamp:
Oct 24, 2007 3:27:30 AM (17 years ago)
Author:
vboxsync
Message:

corrected cpum alignment for mac os x.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r5287 r5465  
    357357#endif
    358358#ifdef VBOX_WITH_HYBIRD_32BIT_KERNEL
    359         char        padding[3638];                                  /* multiple of 32 */
     359        char        padding[3648];                                  /* multiple of 32 */
    360360#else
    361361        char        padding[HC_ARCH_BITS == 32 ? 3488 : 3616];      /* multiple of 32 */
  • trunk/include/VBox/vm.mac

    r5287 r5465  
    7979    alignb 32
    8080%ifdef VBOX_WITH_HYBIRD_32BIT_KERNEL
    81     .cpum                 resb 3138
     81    .cpum                 resb 3648
    8282%elif HC_ARCH_BITS == 32
    8383    .cpum                 resb 3488
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