Blame SOURCES/valgrind-3.9.0-amd64_gen_insn_test.patch

2cd279
commit 56d49b46587a6faffc98662f7d22450df0294019
2cd279
Author: tom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9>
2cd279
Date:   Fri Nov 1 10:46:28 2013 +0000
2cd279
2cd279
    Clear direction flag after tests on amd64. BZ#326983.
2cd279
    
2cd279
    
2cd279
    git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13709 a5019735-40e9-0310-863c-91ae7b9d1cf9
2cd279
2cd279
diff --git a/none/tests/amd64/gen_insn_test.pl b/none/tests/amd64/gen_insn_test.pl
2cd279
index 409249e..863e560 100644
2cd279
--- a/none/tests/amd64/gen_insn_test.pl
2cd279
+++ b/none/tests/amd64/gen_insn_test.pl
2cd279
@@ -850,6 +850,7 @@ while (<>)
2cd279
     }
2cd279
 
2cd279
 #    print qq|         \"frstor %$stateargnum\\n\"\n|;
2cd279
+    print qq|         \"cld\\n\"\n|;
2cd279
 
2cd279
     print qq|         :|;
2cd279