]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Clear direction flag after tests on amd64. BZ#326983.
authorTom Hughes <tom@compton.nu>
Fri, 1 Nov 2013 10:46:28 +0000 (10:46 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 1 Nov 2013 10:46:28 +0000 (10:46 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13709

none/tests/amd64/gen_insn_test.pl

index 409249e3ea456dbb25f236f6f9e17fc98b914383..863e560ec7c5607b6b7d3524e2331aaeeb341ee5 100644 (file)
@@ -850,6 +850,7 @@ while (<>)
     }
 
 #    print qq|         \"frstor %$stateargnum\\n\"\n|;
+    print qq|         \"cld\\n\"\n|;
 
     print qq|         :|;