Changeset 66814 in vbox for trunk/include
- Timestamp:
- May 5, 2017 7:27:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/disopcode.h
r66812 r66814 1064 1064 1065 1065 /* For making IEM / bs3-cpu-generated-1 happy: */ 1066 #define OP_PARM_Gv_RO OP_PARM_Gv /**< Annotates read only first operand (default is readwrite). */ 1066 1067 #define OP_PARM_M_RO OP_PARM_M /**< Annotates read only memory of variable operand size (xrstor). */ 1067 1068 #define OP_PARM_M_RW OP_PARM_M /**< Annotates read-write memory of variable operand size (xsave). */
Note:
See TracChangeset
for help on using the changeset viewer.