From: Arthur Huillet <arthur.huil...@free.fr>

Signed-off-by: Vegard Nossum <vegard.nos...@gmail.com>
---
 arch/x86/use-def.c              |    8 ++++----
 test/arch-x86/use-def-test_32.c |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/x86/use-def.c b/arch/x86/use-def.c
index 626a507..8b94645 100644
--- a/arch/x86/use-def.c
+++ b/arch/x86/use-def.c
@@ -115,10 +115,10 @@ static struct insn_info insn_infos[] = {
        DECLARE_INFO(INSN_SUB_MEMBASE_REG, USE_SRC | USE_DST | DEF_DST),
        DECLARE_INFO(INSN_SUB_REG_REG, USE_SRC | USE_DST | DEF_DST),
        DECLARE_INFO(INSN_TEST_MEMBASE_REG, USE_SRC | USE_DST | DEF_NONE),
-       DECLARE_INFO(INSN_XOR_MEMBASE_REG, USE_SRC | DEF_DST),
-       DECLARE_INFO(INSN_XOR_IMM_REG, USE_SRC | DEF_DST),
-       DECLARE_INFO(INSN_XOR_REG_REG, USE_SRC | DEF_DST),
-       DECLARE_INFO(INSN_XOR_XMM_REG_REG, USE_SRC | DEF_DST),
+       DECLARE_INFO(INSN_XOR_MEMBASE_REG, USE_SRC | USE_DST | DEF_DST),
+       DECLARE_INFO(INSN_XOR_IMM_REG, USE_SRC | USE_DST | DEF_DST),
+       DECLARE_INFO(INSN_XOR_REG_REG, USE_SRC | USE_DST | DEF_DST),
+       DECLARE_INFO(INSN_XOR_XMM_REG_REG, USE_SRC | USE_DST | DEF_DST),
 };
 
 static inline struct insn_info *get_info(struct insn *insn)
diff --git a/test/arch-x86/use-def-test_32.c b/test/arch-x86/use-def-test_32.c
index 28e6018..531cc91 100644
--- a/test/arch-x86/use-def-test_32.c
+++ b/test/arch-x86/use-def-test_32.c
@@ -154,7 +154,7 @@ void test_membase_reg_uses_source_defines_target(void)
        assert_uses_r0_r1_defines_r1(membase_reg_insn(INSN_OR_MEMBASE_REG, &r0, 
0, &r1));
        assert_uses_r0_r1_defines_r1(membase_reg_insn(INSN_SBB_MEMBASE_REG, 
&r0, 0, &r1));
        assert_uses_r0_r1_defines_r1(membase_reg_insn(INSN_SUB_MEMBASE_REG, 
&r0, 0, &r1));
-       assert_uses_r0_defines_r1(membase_reg_insn(INSN_XOR_MEMBASE_REG, &r0, 
0, &r1));
+       assert_uses_r0_r1_defines_r1(membase_reg_insn(INSN_XOR_MEMBASE_REG, 
&r0, 0, &r1));
 }
 
 void test_memindex_reg_uses_source_defines_target(void)
-- 
1.6.0.6


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to