Changeset 30892 in vbox
- Timestamp:
- Jul 17, 2010 2:03:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r30889 r30892 2856 2856 RTR0PTR pvZeroPgR0; 2857 2857 /** The GC mapping of the zero page. */ 2858 RTGCPTR pvZeroPgRC; 2858 RTRCPTR pvZeroPgRC; 2859 RTRCPTR RCPtrAlignment3; 2859 2860 /** @}*/ 2860 2861 … … 2870 2871 /** The ring-3 mapping of the invalid MMIO page. */ 2871 2872 RTR3PTR pvMmioPgR3; 2873 #if HC_ARCH_BITS == 32 2874 RTR3PTR R3PtrAlignment4; 2875 #endif 2872 2876 /** @} */ 2873 2877
Note:
See TracChangeset
for help on using the changeset viewer.