From: Tom Hughes Date: Fri, 1 Nov 2013 10:46:28 +0000 (+0000) Subject: Clear direction flag after tests on amd64. BZ#326983. X-Git-Tag: svn/VALGRIND_3_10_0~726 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9887050b08d30261c874a75abe404d5f69ecde95;p=thirdparty%2Fvalgrind.git Clear direction flag after tests on amd64. BZ#326983. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13709 --- diff --git a/none/tests/amd64/gen_insn_test.pl b/none/tests/amd64/gen_insn_test.pl index 409249e3ea..863e560ec7 100644 --- a/none/tests/amd64/gen_insn_test.pl +++ b/none/tests/amd64/gen_insn_test.pl @@ -850,6 +850,7 @@ while (<>) } # print qq| \"frstor %$stateargnum\\n\"\n|; + print qq| \"cld\\n\"\n|; print qq| :|;