Changeset 41735 in vbox for trunk/include/VBox/dis.h
- Timestamp:
- Jun 15, 2012 12:26:44 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78543
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r41734 r41735 530 530 uint8_t mode; 531 531 /** The addressing mode (DISCPUMODE). */ 532 uint8_t addrmode;532 uint8_t uAddrMode; 533 533 /** The operand mode (DISCPUMODE). */ 534 uint8_t opmode;534 uint8_t uOpMode; 535 535 /** Per instruction prefix settings. */ 536 536 uint8_t fPrefix;
Note:
See TracChangeset
for help on using the changeset viewer.