VirtualBox

Changeset 36298 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Mar 17, 2011 7:29:20 AM (14 years ago)
Author:
vboxsync
Message:

recompiler: darwin/32 alignment hadn't got any differ from other 64-bit hosts, previously.

File:
1 edited

Legend:

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

    r36297 r36298  
    757757#else  /* VBOX */
    758758
    759 # if HC_ARCH_BITS == 64
     759/* see 641 line to consult current alignments for darwin 32-bit host. */
     760# if HC_ARCH_BITS == 64 || (RT_OS_DARWIN && HC_ARCH_BITS == 32)
    760761    uint32_t alignment2[3];
    761 # elif defined(RT_OS_DARWIN) /* Darwin needs different padding. */
    762     uint32_t alignment2;
    763762# else
    764763    uint32_t alignmnt2[2];
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