VirtualBox

儲存庫 vbox 的更動 12240


忽略:
時間撮記:
2008-9-8 下午05:11:21 (16 年 以前)
作者:
vboxsync
訊息:

cmpxchg8b bugfix (without the EAX cast the result is incorrect).

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/recompiler/target-i386/helper.c

    r11982 r12240  
    17761776        eflags |= CC_Z;
    17771777    } else {
    1778         EDX = d >> 32;
    1779         EAX = d;
     1778        /* always do the store */
     1779        stq(A0, d);
     1780        EDX = (uint32_t)(d >> 32);
     1781        EAX = (uint32_t)d;
    17801782        eflags &= ~CC_Z;
    17811783    }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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