Changeset 10705 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 16, 2008 3:03:23 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33422
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r10340 r10705 1566 1566 case PGMMODE_AMD64: return "AMD64"; 1567 1567 case PGMMODE_AMD64_NX: return "AMD64+NX"; 1568 case PGMMODE_NESTED: return "Nested"; 1568 1569 default: return "unknown mode value"; 1569 1570 }
Note:
See TracChangeset
for help on using the changeset viewer.