VirtualBox

Changeset 15781 in vbox


Ignore:
Timestamp:
Jan 3, 2009 2:24:28 PM (16 years ago)
Author:
vboxsync
Message:

ops_sse.h: Workaround for gcc 4.1.1/AMD64 fixup issue.

File:
1 edited

Legend:

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

    r14839 r15781  
    20032003
    20042004    if (res)
     2005#ifndef VBOX   
    20052006        env->regs[R_ECX] = ((ctrl & (1 << 6)) ? rffs1 : ffs1)(res) - 1;
     2007#else
     2008        env->regs[R_ECX] = ((ctrl & (1 << 6)) ? rffs1(res) : ffs1(res)) - 1;
     2009#endif       
    20062010    else
    20072011        env->regs[R_ECX] = 16 >> (ctrl & (1 << 0));
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