summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2012-06-15 01:01:49 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2012-06-15 01:01:49 +0000
commit59e59968a9241069bf1871e450dee2dee3516fd6 (patch)
tree595df609d729b0d059b9228e53ec65993240312c /src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
parent86178dd77d6c8f15cc3084e403a953836fd7c061 (diff)
downloadVirtualBox-svn-59e59968a9241069bf1871e450dee2dee3516fd6.tar.gz
DISOPCODE: s/opcode/uOpcode/
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@41737 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp')
-rw-r--r--src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp b/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
index f6330aac17b..76cc2d2389d 100644
--- a/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
+++ b/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
@@ -127,7 +127,7 @@ extern "C" DECLEXPORT(int) DisasmTest1(void)
rc = MyDisasm(CodeIndex, &Cpu, &cb); \
if (RT_FAILURE(rc)) \
return CodeIndex | 0xf000; \
- if (Cpu.pCurInstr->opcode != (enmOp)) \
+ if (Cpu.pCurInstr->uOpcode != (enmOp)) \
return CodeIndex| 0xe000; \
if (cb != (cbInstr)) \
return CodeIndex | 0xd000; \