Changeset 3696 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
- Timestamp:
- Jul 18, 2007 5:00:33 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22987
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r2981 r3696 84 84 85 85 86 #if 1///@todo ndef __AMD64__86 #if 1///@todo ndef RT_ARCH_AMD64 87 87 /* 88 88 * Shadow - 32-bit mode … … 132 132 #undef PGM_SHW_TYPE 133 133 #undef PGM_SHW_NAME 134 #endif /* ! __AMD64__*/134 #endif /* !RT_ARCH_AMD64 */ 135 135 136 136
Note:
See TracChangeset
for help on using the changeset viewer.