Changeset 8414 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 28, 2008 11:16:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMBth.h
r8155 r8414 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 71 /* GC */ 71 72 rc = PDMR3GetSymbolGC(pVM, NULL, PGM_BTH_NAME_GC_STR(Trap0eHandler), &pModeData->pfnGCBthTrap0eHandler); … … 81 82 rc = PDMR3GetSymbolGC(pVM, NULL, PGM_BTH_NAME_GC_STR(VerifyAccessSyncPage), &pModeData->pfnGCBthVerifyAccessSyncPage); 82 83 AssertMsgRCReturn(rc, ("%s -> rc=%Vrc\n", PGM_BTH_NAME_GC_STR(VerifyAccessSyncPage), rc), rc); 83 # ifdef VBOX_STRICT84 # ifdef VBOX_STRICT 84 85 rc = PDMR3GetSymbolGC(pVM, NULL, PGM_BTH_NAME_GC_STR(AssertCR3), &pModeData->pfnGCBthAssertCR3); 85 86 AssertMsgRCReturn(rc, ("%s -> rc=%Vrc\n", PGM_BTH_NAME_GC_STR(AssertCR3), rc), rc); 86 #endif 87 # endif 88 #endif /* Not AMD64 shadow paging. */ 87 89 88 90 /* Ring 0 */
Note:
See TracChangeset
for help on using the changeset viewer.