- Timestamp:
- May 19, 2008 8:39:21 PM (17 years ago)
- Location:
- trunk/src/VBox/Disassembler/testcase
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp
r8934 r8935 253 253 State.fInvalid = State.Cpu.pCurInstr->opcode == OP_INVALID 254 254 || State.Cpu.pCurInstr->opcode == OP_ILLUD2; 255 if (! State.fInvalid || !fAllInvalid)255 if (!fAllInvalid || State.fInvalid) 256 256 pfnFormatter(&State); 257 257 else
Note:
See TracChangeset
for help on using the changeset viewer.