Changeset 65986 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Mar 7, 2017 4:42:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r65899 r65986 3916 3916 PGMMODE enmGuestMode; 3917 3917 3918 /** The current physical address represent ingin the guest CR3 register. */3918 /** The current physical address represented in the guest CR3 register. */ 3919 3919 RTGCPHYS GCPhysCR3; 3920 3920 … … 4141 4141 4142 4142 /** @name PGM::fSyncFlags Flags 4143 * @note Was part of saved state a long time ago. 4143 4144 * @{ 4144 4145 */
Note:
See TracChangeset
for help on using the changeset viewer.