Changeset 41465 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 28, 2012 10:29:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r41462 r41465 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 3723 3723 VMCPU_FF_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3); 3724 3724 pgmR3RefreshShadowModeAfterA20Change(pVCpu); 3725 HWACCMFlushTLB(pVCpu); 3725 3726 #endif 3726 3727 STAM_REL_COUNTER_INC(&pVCpu->pgm.s.cA20Changes);
Note:
See TracChangeset
for help on using the changeset viewer.