- Timestamp:
- Sep 25, 2008 9:08:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r12702 r12707 521 521 pVM->hwaccm.s.fInitialized = true; 522 522 523 #ifdef VBOX_WITH_VMMDEV_HEAP 523 524 /* Allocate one page for the TSS we need for real mode emulation. */ 524 525 rc = PDMR3VMMDevHeapAlloc(pVM, sizeof(*pVM->hwaccm.s.vmx.pRealModeTSS), (RTR3PTR *)&pVM->hwaccm.s.vmx.pRealModeTSS); … … 533 534 /* Bit set to 0 means redirection enabled. */ 534 535 memset(pVM->hwaccm.s.vmx.pRealModeTSS->IntRedirBitmap, 0x0, sizeof(pVM->hwaccm.s.vmx.pRealModeTSS->IntRedirBitmap)); 536 #endif 535 537 536 538 rc = SUPCallVMMR0Ex(pVM->pVMR0, VMMR0_DO_HWACC_SETUP_VM, 0, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.