Changeset 9024 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 21, 2008 2:49:54 PM (17 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMBth.h
r8414 r9024 68 68 int rc; 69 69 70 #if PGM_SHW_TYPE != PGM_TYPE_AMD64 /* No AMD64 for traditional virtualization, only VT-x and AMD-V. */70 #if PGM_SHW_TYPE != PGM_TYPE_AMD64 && PGM_SHW_TYPE != PGM_TYPE_NESTED /* No AMD64 for traditional virtualization, only VT-x and AMD-V. */ 71 71 /* GC */ 72 72 rc = PDMR3GetSymbolGC(pVM, NULL, PGM_BTH_NAME_GC_STR(Trap0eHandler), &pModeData->pfnGCBthTrap0eHandler); -
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r9023 r9024 215 215 #undef PGM_SHW_TYPE 216 216 #undef PGM_SHW_NAME 217 #endif218 217 219 218 /* … … 272 271 #undef PGM_GST_NAME 273 272 274 #ifndef IN_GC /* AMD64 implies VT-x/AMD-V */275 273 /* Guest - AMD64 mode */ 276 274 #define PGM_GST_TYPE PGM_TYPE_AMD64
Note:
See TracChangeset
for help on using the changeset viewer.