Changeset 61629 in vbox for trunk/src/VBox
- Timestamp:
- Jun 9, 2016 5:53:22 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107977
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmCore.cpp
r59408 r61629 1988 1988 PCDISOPCODE pOpcode = &g_aTwoByteMapX86[pDis->bOpCode]; 1989 1989 1990 /* Handle opcode table extensions that rely on the address, repe or repne prefix byte. */1990 /* Handle opcode table extensions that rely on the opsize, repe or repne prefix byte. */ 1991 1991 /** @todo Should we take the first or last prefix byte in case of multiple prefix bytes??? */ 1992 1992 if (pDis->bLastPrefix)
Note:
See TracChangeset
for help on using the changeset viewer.