Changeset 26498 in vbox for trunk/src/VBox/Disassembler
- Timestamp:
- Feb 14, 2010 8:18:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmTables.cpp
r23035 r26498 80 80 81 81 /* Invalid opcode */ 82 const OPCODE g_InvalidOpcode[1] = 82 const OPCODE g_InvalidOpcode[1] = 83 83 { 84 84 INVALID_OPCODE … … 1506 1506 /** Three byte opcode map with prefix 0x66 (0xF 0x3A) */ 1507 1507 /** @todo remainder missing (too lazy now) */ 1508 const OPCODE *g_apThreeByteMapX86_660F3A[16] = 1508 const OPCODE *g_apThreeByteMapX86_660F3A[16] = 1509 1509 { 1510 1510 /* 0 */
Note:
See TracChangeset
for help on using the changeset viewer.