Changeset 65773 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
- Timestamp:
- Feb 13, 2017 3:42:09 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r65758 r65773 644 644 645 645 646 /** Repeats a_fn four times. For decoding tables. */ 647 #define IEMOP_X4(a_fn) a_fn, a_fn, a_fn, a_fn 648 646 649 /* 647 650 * Include the tables.
Note:
See TracChangeset
for help on using the changeset viewer.