Changeset 41741 in vbox for trunk/include/VBox/dis.h
- Timestamp:
- Jun 15, 2012 1:50:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r41740 r41741 388 388 typedef struct DISOPPARAM 389 389 { 390 uint64_t parval; 390 /** Immediate value or address, if used. */ 391 uint64_t uValue; 391 392 /** A combination of DISUSE_XXX. */ 392 393 uint64_t fUse;
Note:
See TracChangeset
for help on using the changeset viewer.