VirtualBox

Changeset 36296 in vbox


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

Recompiler: Fix assertion

File:
1 edited

Legend:

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

    r36295 r36296  
    759759#if HC_ARCH_BITS == 64
    760760    uint32_t alignment2[3];
     761#elif defined(RT_OS_DARWIN) /* Darwin needs different padding. */
     762    uint32_t alignment2;
    761763#else
    762     uint32_t alignment2;
     764    uint32_t alignmnt2[2];
    763765#endif
    764766    /** Profiling tb_flush. */
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