Changeset 41737 in vbox for trunk/include/VBox/dis.h
- Timestamp:
- Jun 15, 2012 1:01:49 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78545
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r41736 r41737 453 453 uint8_t idxParse3; 454 454 uint8_t uUnused; 455 uint16_t opcode; 455 /** The opcode identifier. This DIS specific, @see grp_dis_opcodes and 456 * VBox/disopcode.h. */ 457 uint16_t uOpcode; 456 458 uint16_t param1; 457 459 uint16_t param2;
Note:
See TracChangeset
for help on using the changeset viewer.