22 lines
666 B
Diff
22 lines
666 B
Diff
|
commit 56d49b46587a6faffc98662f7d22450df0294019
|
||
|
Author: tom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9>
|
||
|
Date: Fri Nov 1 10:46:28 2013 +0000
|
||
|
|
||
|
Clear direction flag after tests on amd64. BZ#326983.
|
||
|
|
||
|
|
||
|
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13709 a5019735-40e9-0310-863c-91ae7b9d1cf9
|
||
|
|
||
|
diff --git a/none/tests/amd64/gen_insn_test.pl b/none/tests/amd64/gen_insn_test.pl
|
||
|
index 409249e..863e560 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| :|;
|
||
|
|