Changeset 10824 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 23, 2008 9:05:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r10822 r10824 1638 1638 switch (enmMode) 1639 1639 { 1640 case PGMMODE_REAL: return " real";1641 case PGMMODE_PROTECTED: return " protected";1640 case PGMMODE_REAL: return "Real"; 1641 case PGMMODE_PROTECTED: return "Protected"; 1642 1642 case PGMMODE_32_BIT: return "32-bit"; 1643 1643 case PGMMODE_PAE: return "PAE";
Note:
See TracChangeset
for help on using the changeset viewer.