Changeset 3723 in vbox for trunk/src/VBox/VMM/PATM/PATMInternal.h
- Timestamp:
- Jul 19, 2007 6:46:00 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23022
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMInternal.h
r3020 r3723 20 20 */ 21 21 22 #ifndef __ PATMInternal_h__23 #define __ PATMInternal_h__22 #ifndef ___PATMInternal_h 23 #define ___PATMInternal_h 24 24 25 25 #include <VBox/cdefs.h> … … 241 241 #if HC_ARCH_BITS == 64 242 242 uint32_t Alignment0; /**< Align flags correctly. */ 243 #endif 243 #endif 244 244 245 245 uint64_t flags; … … 268 268 #if HC_ARCH_BITS == 64 269 269 uint32_t Alignment1; 270 #endif 270 #endif 271 271 272 272 // Cache record for PATMGCVirtToHCVirt … … 441 441 #if HC_ARCH_BITS == 64 442 442 uint32_t Alignment0; /**< Align the structure size on a 8-byte boundrary. */ 443 #endif 443 #endif 444 444 } savedstate; 445 445
Note:
See TracChangeset
for help on using the changeset viewer.