VirtualBox

忽略:
時間撮記:
2010-6-24 上午06:17:36 (14 年 以前)
作者:
vboxsync
訊息:

REM: incorporated git b16f827b from upstream: target-i386: fix SIB decoding with index = 4

檔案:
修改 1 筆資料

圖例:

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

    r30412 r30413  
    24342434            }
    24352435        }
    2436         /* XXX: index == 4 is always invalid */
    2437         if (havesib && (index != 4 || scale != 0)) {
     2436        /* index == 4 means no index */
     2437        if (havesib && (index != 4)) {
    24382438#ifdef TARGET_X86_64
    24392439            if (s->aflag == 2) {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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