VirtualBox

Ignore:
Timestamp:
Jul 8, 2011 7:18:05 PM (13 years ago)
Author:
vboxsync
Message:

alignment fix (darwin.x86/VBoxREM64).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/cpu.h

    r37689 r37852  
    782782#else  /* VBOX */
    783783
    784 /* see 641 line to consult current alignments for darwin 32-bit host. */
    785 # if HC_ARCH_BITS == 64 || (defined(RT_OS_DARWIN) && HC_ARCH_BITS == 32)
    786     uint32_t alignment2[3];
    787 # else
    788     uint32_t alignmnt2[2];
     784    /** Alignment padding. */
     785# if HC_ARCH_BITS == 64 || (defined(RT_OS_DARWIN) && !defined(VBOX_ENABLE_VBOXREM64))
     786    uint32_t alignment2[1];
    789787# endif
     788
    790789    /** Profiling tb_flush. */
    791790    STAMPROFILE StatTbFlush;
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