Changeset 55033 in vbox
- Timestamp:
- Mar 31, 2015 1:39:21 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99318
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r53172 r55033 590 590 /** Last prefix byte (for SSE2 extension tables). */ 591 591 uint8_t bLastPrefix; 592 /** Last significan opcode byte of instruction. */592 /** Last significant opcode byte of instruction. */ 593 593 uint8_t bOpCode; 594 594 /** The size of the prefix bytes. */ -
trunk/src/VBox/Disassembler/DisasmInternal.h
r53172 r55033 185 185 186 186 /** @def OP 187 * Wrapper which initializes an OPCODE.187 * Wrapper which initializes an DISOPCODE. 188 188 * We must use this so that we can exclude unused fields in order 189 189 * to save precious bytes in the GC version.
Note:
See TracChangeset
for help on using the changeset viewer.