Changeset 41734 in vbox for trunk/include/VBox/dis.h
- Timestamp:
- Jun 15, 2012 12:20:13 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78542
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r41733 r41734 48 48 } DISCPUMODE; 49 49 50 /** @name Prefix byte flags (DISCPUSTATE::f RexPrefix).50 /** @name Prefix byte flags (DISCPUSTATE::fPrefix). 51 51 * @{ 52 52 */ … … 534 534 uint8_t opmode; 535 535 /** Per instruction prefix settings. */ 536 uint8_t prefix;536 uint8_t fPrefix; 537 537 /* off: 0x070 (112) */ 538 538 /** REX prefix value (64 bits only). */
Note:
See TracChangeset
for help on using the changeset viewer.