VirtualBox

Changeset 1729 in vbox for trunk/src/recompiler/new


Ignore:
Timestamp:
Mar 27, 2007 12:33:04 PM (18 years ago)
Author:
vboxsync
Message:

Attempt at working around a problem with GCC 4.1.2 20060928.

File:
1 edited

Legend:

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

    r644 r1729  
    590590    r.W(2) = s->W((order >> 4) & 3);
    591591    r.W(3) = s->W((order >> 6) & 3);
     592#if __GCC__ == 3 || defined(__AMD64__)
    592593    *d = r;
     594#else
     595    d->_l[0] = r._l[0];
     596    d->_l[1] = r._l[1];
     597    XMM_ONLY(d->_l[2] = r._l[2];)
     598    XMM_ONLY(d->_l[3] = r._l[3];)
     599#endif
    593600}
    594601#else
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