Changeset 95359 in vbox for trunk/include/VBox
- Timestamp:
- Jun 23, 2022 9:45:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r95350 r95359 1110 1110 * and SHLX). */ 1111 1111 uint32_t fBmi2 : 1; 1112 /** Support POPCNT instruction. */ 1113 uint32_t fPopCnt : 1; 1112 1114 /** Support RDRAND instruction. */ 1113 1115 uint32_t fRdRand : 1; … … 1174 1176 /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes 1175 1177 * prior to the bit fields -> total of 24 bytes) */ 1176 uint32_t fPadding0 : 1; 1177 uint32_t fPadding1; 1178 uint32_t fPadding0; 1178 1179 1179 1180
Note:
See TracChangeset
for help on using the changeset viewer.