VirtualBox

Changeset 8935 in vbox for trunk


Ignore:
Timestamp:
May 19, 2008 8:39:21 PM (17 years ago)
Author:
vboxsync
Message:

props, export, and fixes.

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  
    253253            State.fInvalid = State.Cpu.pCurInstr->opcode == OP_INVALID
    254254                          || State.Cpu.pCurInstr->opcode == OP_ILLUD2;
    255             if (!State.fInvalid || !fAllInvalid)
     255            if (!fAllInvalid || State.fInvalid)
    256256                pfnFormatter(&State);
    257257            else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette