Changeset 8357 in vbox for trunk/include/VBox/dis.h
- Timestamp:
- Apr 24, 2008 12:45:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r8352 r8357 123 123 #define OPTYPE_DEFAULT_64_OP_SIZE RT_BIT(21) /**< Default 64 bits operand size */ 124 124 #define OPTYPE_FORCED_64_OP_SIZE RT_BIT(22) /**< Forced 64 bits operand size; regardless of prefix bytes */ 125 #define OPTYPE_REXB_EXTENDS_OPREG RT_BIT(23) /**< REX.B extends the register field in the opcode byte */ 125 126 #define OPTYPE_ALL (0xffffffff) 126 127 … … 487 488 uint16_t param3; 488 489 489 u int32_toptype;490 unsigned optype; 490 491 } OPCODE; 491 492 #pragma pack()
Note:
See TracChangeset
for help on using the changeset viewer.