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