VirtualBox

vbox的更動 15781 路徑 trunk/src/recompiler_new


忽略:
時間撮記:
2009-1-3 下午02:24:28 (16 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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));
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette