- Timestamp:
- May 17, 2015 6:06:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp
r55889 r55890 495 495 if (pType->enmKind != PGMVIRTHANDLERKIND_HYPERVISOR) 496 496 { 497 PVMCPU pVCpu = VMMGetCpu(pVM);498 499 497 pVCpu->pgm.s.fSyncFlags |= PGM_SYNC_UPDATE_PAGE_BIT_VIRTUAL | PGM_SYNC_CLEAR_PGM_POOL; 500 498 VMCPU_FF_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3); … … 567 565 * @thread EMT(pVCpu) 568 566 */ 569 VMM _INT_DECL(int) PGMHandlerVirtualDeregister(PVM pVM, PVMCPU pVCpu, RTGCPTR GCPtr, bool fHypervisor)567 VMMR3_INT_DECL(int) PGMHandlerVirtualDeregister(PVM pVM, PVMCPU pVCpu, RTGCPTR GCPtr, bool fHypervisor) 570 568 { 571 569 pgmLock(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.