Changeset 41663 in vbox for trunk/include/VBox/dis.h
- Timestamp:
- Jun 12, 2012 8:40:22 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78470
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r41662 r41663 383 383 uint32_t u8; 384 384 } uDisp; 385 uint32_t size;386 385 int32_t param; 387 386 … … 410 409 411 410 /** 2, 4 or 8. */ 412 uint32_t scale; 411 uint8_t scale; 412 /** Parameter size. */ 413 uint8_t cb; 413 414 414 415 #ifndef DIS_SEPARATE_FORMATTER
Note:
See TracChangeset
for help on using the changeset viewer.