Changeset 41739 in vbox for trunk/include/VBox/dis.h
- Timestamp:
- Jun 15, 2012 1:31:29 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78547
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r41738 r41739 503 503 /* Because of pvUser2, put the less frequently used bits at the top for 504 504 now. (Might be better off in the middle?) */ 505 DISOPPARAM param3;506 DISOPPARAM param2;507 DISOPPARAM param1;505 DISOPPARAM Param3; 506 DISOPPARAM Param2; 507 DISOPPARAM Param1; 508 508 509 509 /* off: 0x060 (96) */
Note:
See TracChangeset
for help on using the changeset viewer.