Changeset 41740 in vbox for trunk/include/VBox/dis.h
- Timestamp:
- Jun 15, 2012 1:41:24 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78548
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r41739 r41740 402 402 uint32_t u8; 403 403 } uDisp; 404 int32_t param; 404 /** Copy of the corresponding DISOPCODE::fParam1 / DISOPCODE::fParam2 / 405 * DISOPCODE::fParam3. */ 406 uint32_t fParam; 405 407 406 408 union
Note:
See TracChangeset
for help on using the changeset viewer.