VirtualBox

Changeset 8450 in vbox for trunk/src


Ignore:
Timestamp:
Apr 29, 2008 10:00:56 AM (17 years ago)
Author:
vboxsync
Message:

recompiler: enabled workaround for gcc-4.3 when compiling for 32-bit hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/helper.c

    r8353 r8450  
    47644764            addr = ptr + 0xa0;
    47654765            for(i = 0; i < nb_xmm_regs; i++) {
    4766 #if HC_ARCH_BITS == 32 && 0
     4766#if HC_ARCH_BITS == 32
    47674767                /* this is a workaround for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35135 */
    47684768                env->xmm_regs[i].XMM_L(0) = ldl(addr);
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