Changeset 3723 in vbox for trunk/src/VBox/VMM/REMInternal.h
- Timestamp:
- Jul 19, 2007 6:46:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/REMInternal.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ REMInternal_h__23 #define __ REMInternal_h__22 #ifndef ___REMInternal_h 23 #define ___REMInternal_h 24 24 25 25 #include <VBox/cdefs.h> … … 182 182 /** Alignment padding. */ 183 183 uint32_t u32Padding; 184 #endif 184 #endif 185 185 /** Number of recorded invlpg instructions. */ 186 186 RTUINT cInvalidatedPages;
Note:
See TracChangeset
for help on using the changeset viewer.