Changeset 20724 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 19, 2009 1:40:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/IOM.cpp
r20722 r20724 1663 1663 GCPhys = pRange->Core.KeyLast + 1; 1664 1664 } 1665 iomUnlock(pVM);1666 1665 1667 1666 /* … … 1671 1670 while (GCPhys <= GCPhysLast && GCPhys >= GCPhysStart) 1672 1671 { 1673 iomLock(pVM); 1672 iomR3FlushCache(pVM); 1673 1674 1674 PIOMMMIORANGE pRange = (PIOMMMIORANGE)RTAvlroGCPhysRemove(&pVM->iom.s.pTreesR3->MMIOTree, GCPhys); 1675 1675 Assert(pRange); … … 1688 1688 } 1689 1689 1690 iomR3FlushCache(pVM);1691 1690 return VINF_SUCCESS; 1692 1691 }
Note:
See TracChangeset
for help on using the changeset viewer.