- Timestamp:
- Jun 9, 2009 11:47:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/REMInternal.h
r20428 r20430 164 164 /** Number of recorded invlpg instructions. */ 165 165 uint32_t cInvalidatedPages; 166 #if HC_ARCH_BITS == 32 167 uint32_t uPadding2; 168 #endif 166 169 /** Array of recorded invlpg instruction. 167 170 * These instructions are replayed when entering REM. */
Note:
See TracChangeset
for help on using the changeset viewer.