Changeset 6903 in vbox
- Timestamp:
- Feb 11, 2008 5:07:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r6902 r6903 1577 1577 unsigned uState2 = pgmHandlerPhysicalCalcState(pPhys2); 1578 1578 uState = RT_MAX(uState, uState2); 1579 pPhys 2= pPhys2;1579 pPhys = pPhys2; 1580 1580 } 1581 1581
Note:
See TracChangeset
for help on using the changeset viewer.