Changeset 20277 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 4, 2009 1:07:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r20012 r20277 4060 4060 int pgmR3ExitShadowModeBeforePoolFlush(PVM pVM, PVMCPU pVCpu) 4061 4061 { 4062 /** @todo Need to synchronize this across all VCPUs! */4063 4064 4062 /* Unmap the old CR3 value before flushing everything. */ 4065 4063 int rc = PGM_BTH_PFN(UnmapCR3, pVCpu)(pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.