VirtualBox

Changeset 41737 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jun 15, 2012 1:01:49 AM (13 years ago)
Author:
vboxsync
Message:

DISOPCODE: s/opcode/uOpcode/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp

    r41736 r41737  
    128128            if (RT_FAILURE(rc)) \
    129129                return CodeIndex | 0xf000; \
    130             if (Cpu.pCurInstr->opcode != (enmOp)) \
     130            if (Cpu.pCurInstr->uOpcode != (enmOp)) \
    131131                return CodeIndex| 0xe000; \
    132132            if (cb != (cbInstr)) \
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