|
From: <sv...@va...> - 2013-11-01 10:46:36
|
Author: tom
Date: Fri Nov 1 10:46:28 2013
New Revision: 13709
Log:
Clear direction flag after tests on amd64. BZ#326983.
Modified:
trunk/none/tests/amd64/gen_insn_test.pl
Modified: trunk/none/tests/amd64/gen_insn_test.pl
==============================================================================
--- trunk/none/tests/amd64/gen_insn_test.pl (original)
+++ trunk/none/tests/amd64/gen_insn_test.pl Fri Nov 1 10:46:28 2013
@@ -850,6 +850,7 @@
}
# print qq| \"frstor %$stateargnum\\n\"\n|;
+ print qq| \"cld\\n\"\n|;
print qq| :|;
|