Changeset 98703 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Feb 23, 2023 3:10:16 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r98103 r98703 1138 1138 /** Support MOVBE instruction. */ 1139 1139 uint32_t fMovBe : 1; 1140 /** Support SHA instructions. */ 1141 uint32_t fSha : 1; 1140 1142 1141 1143 /** Supports AMD 3DNow instructions. */ … … 1198 1200 /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes 1199 1201 * prior to the bit fields -> total of 24 bytes) */ 1200 uint32_t fPadding0 : 2 6;1202 uint32_t fPadding0 : 25; 1201 1203 1202 1204
Note:
See TracChangeset
for help on using the changeset viewer.