Changeset 56715 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 30, 2015 11:48:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r56084 r56715 500 500 /** HMR0Init was run */ 501 501 bool fHMR0Init; 502 bool u8Alignment1[ 7];502 bool u8Alignment1[HC_ARCH_BITS == 64 ? 7 : 3]; 503 503 504 504 STAMCOUNTER StatTprPatchSuccess; … … 509 509 /** Pointer to HM VM instance data. */ 510 510 typedef HM *PHM; 511 512 AssertCompileMemberAlignment(HM, StatTprPatchSuccess, 8); 511 513 512 514 /* Maximum number of cached entries. */
Note:
See TracChangeset
for help on using the changeset viewer.