vbox的更動 3180 路徑 trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
- 時間撮記:
- 2007-6-20 上午11:13:03 (17 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r3179 r3180 533 533 { 534 534 cTransfers = pRegFrame->ecx; 535 if ( SELMIsSelector32Bit(pVM, pRegFrame->eflags, pRegFrame->cs, &pRegFrame->csHid))535 if (!SELMIsSelector32Bit(pVM, pRegFrame->eflags, pRegFrame->cs, &pRegFrame->csHid)) 536 536 cTransfers &= 0xffff; 537 537 … … 776 776 { 777 777 cTransfers = pRegFrame->ecx; 778 if ( SELMIsSelector32Bit(pVM, pRegFrame->eflags, pRegFrame->cs, &pRegFrame->csHid))778 if (!SELMIsSelector32Bit(pVM, pRegFrame->eflags, pRegFrame->cs, &pRegFrame->csHid)) 779 779 cTransfers &= 0xffff; 780 780 … … 1635 1635 cTransfers = pRegFrame->ecx; 1636 1636 1637 if ( SELMIsSelector32Bit(pVM, pRegFrame->eflags, pRegFrame->cs, &pRegFrame->csHid))1637 if (!SELMIsSelector32Bit(pVM, pRegFrame->eflags, pRegFrame->cs, &pRegFrame->csHid)) 1638 1638 cTransfers &= 0xffff; 1639 1639 … … 1789 1789 { 1790 1790 cTransfers = pRegFrame->ecx; 1791 if ( SELMIsSelector32Bit(pVM, pRegFrame->eflags, pRegFrame->cs, &pRegFrame->csHid))1791 if (!SELMIsSelector32Bit(pVM, pRegFrame->eflags, pRegFrame->cs, &pRegFrame->csHid)) 1792 1792 cTransfers &= 0xffff; 1793 1793
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器