Changeset 18746 in vbox for trunk/src/VBox
- Timestamp:
- Apr 6, 2009 11:20:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r18730 r18746 2799 2799 /** Always sync CR3. */ 2800 2800 #define PGM_SYNC_ALWAYS RT_BIT(1) 2801 /** Check monitoring on next CR3 (re)load and invalidate page. */ 2801 /** Check monitoring on next CR3 (re)load and invalidate page. 2802 * @todo This is obsolete now. Remove after 2.2.0 is branched off. */ 2802 2803 #define PGM_SYNC_MONITOR_CR3 RT_BIT(2) 2803 2804 /** Check guest mapping in SyncCR3. */
Note:
See TracChangeset
for help on using the changeset viewer.