Changeset 41761 in vbox for trunk/src/VBox/Disassembler
- Timestamp:
- Jun 15, 2012 4:03:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmFormatYasm.cpp
r41744 r41761 393 393 || ( pOp->uOpcode == OP_ILLUD2 394 394 && (pCpu->fPrefix & DISPREFIX_LOCK))) 395 { 396 397 } 395 PUT_SZ("Illegal opcode"); 396 //cchOutput += RTStrPrintf(pszDst, cchDst, "Illegal opcode %.*Rhxs", pCpu->cbInstr, pCpu->abInstr); 398 397 else 399 398 {
Note:
See TracChangeset
for help on using the changeset viewer.